Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Censor VS C*de",
"version": "0.0.5",
"manifest_version": 3,
"description": "Censor VS C*de in your browser",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"all_frames": true,
"match_origin_as_fallback": true,
"run_at": "document_start"
}
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
},
"gecko_android": {
"id": "[email protected]"
}
}
}