Deletes
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Deleter",
"short_name": "Deleter",
"description": "Deletes",
"author": "Anonymous",
"version": "1.0.1.1",
"icons": {
"128": "images/icon128.png"
},
"browser_action": {
"default_locale": "en",
"default_icon": "images/icon48.png"
},
"permissions": [
"tabs",
"activeTab"
],
"web_accessible_resources": [
"/images/pointer.png"
],
"background": {
"scripts": [
"scripts/inject.js"
],
"persistent": false
}
}