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": "Fake news debunker by InVID & WeVerify",
"version": "0.88.1",
"description": "InVID WeVerify extension",
"short_name": "Verification Plugin",
"action": {
"default_title": "InVID WeVerify",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus",
"webNavigation",
"activeTab",
"scripting",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"toolkit_bg.wasm",
"inject.js"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"<all_urls>"
]
}
}