Remove Element From Dom

Easily remove elements from the current page's DOM including tags, ids and classes.

Co to jest Remove Element From Dom?

Remove Element From Dom to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Easily remove elements from the current page's DOM including tags, ids and classes.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Remove Element From Dom

Pobierz pliki rozszerzeń Remove Element From Dom 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

                        Simply type in the element of choice to remove, the amount and watch as that element magically deletes!

Quickly view how a page would look with certain content removed.                    

Podstawowe informacje o rozszerzeniu

Nazwa Remove Element From Dom Remove Element From Dom
ID hjjifmiafeghanhanhpjgbbcnbbgeflc
Oficjalny URL https://chromewebstore.google.com/detail/remove-element-from-dom/hjjifmiafeghanhanhpjgbbcnbbgeflc
Opis Easily remove elements from the current page's DOM including tags, ids and classes.
Rozmiar pliku 40.78 KB
Liczba instalacji 109
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-05-03
Data Publikacji 2017-05-03
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/jwatson4115/remove-from-dom
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Element From Dom",
    "description": "Easily remove elements from the current page's DOM including tags, ids and classes.",
    "version": "1.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    }
}