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_extension_name__",
"version": "3.5.2",
"description": "__MSG_extension_description__",
"default_locale": "en",
"action": {
"default_icon": {
"16": "images\/icon-16px.png",
"32": "images\/icon-32px.png",
"48": "images\/icon-48px.png",
"128": "images\/icon-128px.png"
},
"default_title": "__MSG_extension_name__",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.min.js"
},
"icons": {
"16": "images\/icon-16px.png",
"32": "images\/icon-32px.png",
"48": "images\/icon-48px.png",
"128": "images\/icon-128px.png"
},
"options_ui": {
"page": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"pages\/index.html",
"pages\/bootstrap.bundle.min.js",
"pages\/bootstrap.min.css",
"pages\/index.css",
"pages\/index.min.js",
"libs\/jquery-3.7.1.min.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/*.nftpowertool.com\/*",
"https:\/\/*.notion.com\/*",
"https:\/\/*.notion.so\/*",
"https:\/\/*.notion.site\/*",
"https:\/\/*.notiontopdf.site\/*",
"https:\/\/*.printnotion.com\/*"
],
"js": [
"libs\/jquery-3.7.1.min.js",
"pages\/bootstrap.bundle.min.js",
"libs\/imagesloaded.pkgd.min.js",
"content.min.js"
],
"css": [
"style.css",
"pages\/bootstrap.min.css",
"pages\/index.css"
],
"run_at": "document_start"
}
],
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/*.ntfpowertool.com\/*",
"https:\/\/*.notion.com\/*",
"https:\/\/*.notion.so\/*",
"https:\/\/*.notion.site\/*",
"https:\/\/*.notiontopdf.site\/*",
"https:\/\/*.printnotion.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src https:\/\/*.notion.so https:\/\/*.notion.com https:\/\/*.notiontopdf.site:* https:\/\/*.printnotion.com:*",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
}
}