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",
"name": "Smart Wikipedia Citation Remover",
"description": "Removes citations from Wikipedia articles.",
"version": "1.0.1",
"manifest_version": 3,
"icons": {
"16": "img\/favicon-16x16.png",
"32": "img\/favicon-32x32.png",
"48": "img\/favicon-32x32.png",
"128": "img\/favicon-32x32.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/favicon-32x32.png"
},
"content_scripts": [
{
"js": [
"assets\/index.js-loader-dbb70e31.js"
],
"matches": [
"https:\/\/*.wikipedia.org\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/favicon-16x16.png",
"img\/favicon-32x32.png"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/*.wikipedia.org\/*"
],
"resources": [
"assets\/chunk-bf7f1f6f.js"
],
"use_dynamic_url": true
}
],
"permissions": [
"storage"
]
}