Div Be Gone

Delete persky div tags

Co to jest Div Be Gone?

Div Be Gone to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Delete persky div tags”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Div Be Gone

Pobierz pliki rozszerzeń Div Be Gone 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

                        Delete those pesky tags that get on the way of your web browsing. Modals popup asking you to subscribe? be gone! Trying to check a linked in account without logging in? get out of here! Just click the extension and highlight the tag you want to delete, then click it to remove it.                    

Podstawowe informacje o rozszerzeniu

Nazwa Div Be Gone Div Be Gone
ID fpdeemfnmfadndkoaafnnlfbceicekcn
Oficjalny URL https://chromewebstore.google.com/detail/div-be-gone/fpdeemfnmfadndkoaafnnlfbceicekcn
Opis Delete persky div tags
Rozmiar pliku 72.42 KB
Liczba instalacji 46
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-06-28
Data Publikacji 2017-06-28
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/rtrigoso/dom_delete_extension
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Div Be Gone",
    "description": "Delete persky div tags",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Delete pesky div tags",
        "default_icon": "aerosol.png"
    },
    "manifest_version": 2
}