Remove Spiceworks Adverts

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

Co je Remove Spiceworks Adverts?

Remove Spiceworks Adverts je rozšíření Chrome vyvinuté mrthrust, a jeho hlavní funkcí je „Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Remove Spiceworks Adverts

Stáhněte si soubory rozšíření Remove Spiceworks Adverts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Remove Spiceworks Adverts Remove Spiceworks Adverts
ID likbcpicpohcaicgfcojindfadifpifc
Oficiální URL https://chromewebstore.google.com/detail/remove-spiceworks-adverts/likbcpicpohcaicgfcojindfadifpifc
Popis Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG
Velikost souboru 34.09 KB
Počet instalací 284
Aktuální Verze 1.4
Poslední Aktualizace 2020-01-22
Datum Vydání 2020-01-18
Hodnocení 3.78/5 Celkem 9 Hodnocení
Vývojář mrthrust
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
        }
    ]
}