Remove Spiceworks Adverts

Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG

Co to jest Remove Spiceworks Adverts?

Remove Spiceworks Adverts to rozszerzenie Chrome opracowane przez mrthrust, a jego główną funkcją jest „Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Remove Spiceworks Adverts

Pobierz pliki rozszerzeń Remove Spiceworks Adverts 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

                        Removes Top & right hand side banners from the Spiceworks ticket page, making it a lot easier to concentrate on open tickets & not having any adverts cluttering the page.                    

Podstawowe informacje o rozszerzeniu

Nazwa Remove Spiceworks Adverts Remove Spiceworks Adverts
ID likbcpicpohcaicgfcojindfadifpifc
Oficjalny URL https://chromewebstore.google.com/detail/remove-spiceworks-adverts/likbcpicpohcaicgfcojindfadifpifc
Opis Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG
Rozmiar pliku 34.09 KB
Liczba instalacji 284
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2020-01-22
Data Publikacji 2020-01-18
Ocena 3.78/5 Łącznie 9 Oceny
Deweloper mrthrust
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Spiceworks Adverts",
    "version": "1.4",
    "description": "Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG",
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/on.spiceworks.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": true
        }
    ]
}