Remove This
Allows the user to remove elements from a website page
Wat is Remove This?
Remove This is een Chrome-extensie ontwikkeld door fcarreto, en de belangrijkste functie is "Allows the user to remove elements from a website page".
Extensie Screenshots
Download het CRX-bestand van de extensie Remove This
Download Remove This-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Say goodbye to that popup that just want your email address... Basisinformatie over de Extensie
| Naam | |
| ID | hkopachcfphcdeofdcdamheibmfedgkb |
| Officiële URL | https://chrome.google.com/webstore/detail/remove-this/hkopachcfphcdeofdcdamheibmfedgkb |
| Beschrijving | Allows the user to remove elements from a website page |
| Bestandsgrootte | 116 KB |
| Aantal Installaties | 129 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2014-11-11 |
| Publicatiedatum | 2014-11-11 |
| Beoordeling | 3.29/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | fcarreto |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Remove This",
"description": "Allows the user to remove elements from a website page",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"version": "1.0",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"jquery-1.11.1.min.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"browser_action": {
"default_title": "Remove This",
"default_icon": "target.png"
},
"manifest_version": 2
} | |