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",
"version": "1.0.2",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDes__",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"css\/custom.css"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_end"
}
],
"icons": {
"128": "icons\/logo_en.png"
},
"permissions": [
"activeTab",
"background",
"storage",
"tabs"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"homepage_url": "https:\/\/myadlibrary.com\/",
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"128": "icons\/logo_en.png"
}
}
}