Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extensionName__",
"version": "1.3.4",
"manifest_version": 3,
"minimum_chrome_version": "88",
"description": "__MSG_extensionDescription__",
"author": "waahah",
"homepage_url": "https:\/\/waahah.xyz\/about",
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"default_locale": "zh_CN",
"background": {
"service_worker": "js\/background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"*:\/\/microsoftedge.microsoft.com\/addons\/*",
"*:\/\/chrome.google.com\/webstore\/detail\/*",
"*:\/\/chromewebstore.google.com\/*"
],
"all_frames": true,
"run_at": "document_idle",
"js": [
"js\/content.js"
]
}
],
"permissions": [
"activeTab",
"downloads"
],
"host_permissions": [
"*:\/\/*.microsoft.com\/extensionwebstorebase\/*",
"*:\/\/clients2.google.com\/service\/update2\/crx*",
"*:\/\/clients2.googleusercontent.com\/crx\/download\/*"
],
"action": {
"default_icon": "icons\/128x128.png",
"default_title": "__MSG_extensionDescription__",
"default_popup": "popup.html"
}
}