Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "1.2.0",
"default_locale": "en",
"action": {
"default_title": "__MSG_extActionTitle__",
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"permissions": [
"downloads",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/gofile.io\/*",
"https:\/\/*.gofile.io\/*",
"https:\/\/api.gofile.io\/*",
"https:\/\/api.prevtool.com\/*",
"https:\/\/core.prevtool.com\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"styles.css",
"assets\/img\/brand.png"
],
"matches": [
"<all_urls>"
]
}
]
}