Remove This

Allows the user to remove elements from a website page

Co to jest Remove This?

Remove This to rozszerzenie Chrome opracowane przez fcarreto, a jego główną funkcją jest „Allows the user to remove elements from a website page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Remove This

Pobierz pliki rozszerzeń Remove This w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Say goodbye to that popup that just want your email address...                    

Podstawowe informacje o rozszerzeniu

Nazwa Remove This Remove This
ID hkopachcfphcdeofdcdamheibmfedgkb
Oficjalny URL https://chrome.google.com/webstore/detail/remove-this/hkopachcfphcdeofdcdamheibmfedgkb
Opis Allows the user to remove elements from a website page
Rozmiar pliku 116 KB
Liczba instalacji 129
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-11-11
Data Publikacji 2014-11-11
Ocena 3.29/5 Łącznie 7 Oceny
Deweloper fcarreto
Typ Płatności free
Obsługiwane Języki 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
}