Remove Spiceworks Adverts
Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG
Wat is Remove Spiceworks Adverts?
Remove Spiceworks Adverts is een Chrome-extensie ontwikkeld door mrthrust, en de belangrijkste functie is "Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG".
Extensie Screenshots
Download het CRX-bestand van de extensie Remove Spiceworks Adverts
Download Remove Spiceworks Adverts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | likbcpicpohcaicgfcojindfadifpifc |
| Officiële URL | https://chromewebstore.google.com/detail/remove-spiceworks-adverts/likbcpicpohcaicgfcojindfadifpifc |
| Beschrijving | Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG |
| Bestandsgrootte | 34.09 KB |
| Aantal Installaties | 284 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2020-01-22 |
| Publicatiedatum | 2020-01-18 |
| Beoordeling | 3.78/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | mrthrust |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
]
} | |