Inspect and view changes in UiTab 新标签页 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "UiTab 新标签页",
"version": "20.0.2",
"description": "让你无法抗拒的新标签页,界面分享,自由拖拽,真*主题系统,Chat AI 带你畅游智慧网络世界",
"manifest_version": 3,
"author": "雪域云巅科技有限公司",
"permissions": [
"bookmarks",
"clipboardWrite",
"tabs"
],
"host_permissions": [
"*://uetab.com/*",
"*://*.uetab.com/*",
"*://*.cnzz.com/*"
],
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_specific_settings": {
"gecko": {
"id": "liuzwdev@gmail.com",
"strict_min_version": "42.0"
},
"safari": {
"strict_min_version": "14"
}
},
"options_ui": {
"page": "index.html"
}
}