Remove Spiceworks Adverts
Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG
Cos'è Remove Spiceworks Adverts?
Remove Spiceworks Adverts è un'estensione di Chrome sviluppata da mrthrust, e la sua funzione principale è "Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remove Spiceworks Adverts
Scarica i file di estensione Remove Spiceworks Adverts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | likbcpicpohcaicgfcojindfadifpifc | 
| URL Ufficiale | https://chromewebstore.google.com/detail/remove-spiceworks-adverts/likbcpicpohcaicgfcojindfadifpifc | 
| Descrizione | Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG | 
| Dimensione del File | 34.09 KB | 
| Conteggio Installazioni | 284 | 
| Versione Corrente | 1.4 | 
| Ultimo Aggiornamento | 2020-01-22 | 
| Data di Pubblicazione | 2020-01-18 | 
| Valutazione | 3.78/5 Totale 9 Valutazioni | 
| Sviluppatore | mrthrust | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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
        }
    ]
}  |  |