Remove Spiceworks Adverts
Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG
What is Remove Spiceworks Adverts?
Remove Spiceworks Adverts is a Chrome extension developed by mrthrust, and its main feature is "Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG".
Extension Screenshots
Download Remove Spiceworks Adverts Extension CRX File
Download Remove Spiceworks Adverts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Remove Spiceworks Adverts |
ID | likbcpicpohcaicgfcojindfadifpifc |
Official URL | https://chromewebstore.google.com/detail/remove-spiceworks-adverts/likbcpicpohcaicgfcojindfadifpifc |
Description | Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG |
File Size | 34.09 KB |
Installation Count | 284 |
Current Version | 1.4 |
Last Updated | 2020-01-22 |
Publish Date | 2020-01-18 |
Rating | 3.78/5 Total 9 Ratings |
Developer | mrthrust |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } ] } |