Remove Spiceworks Adverts
Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG
什么是Remove Spiceworks Adverts?
Remove Spiceworks Adverts是由mrthrust开发的Chrome扩展程序,该扩展的主要功能是“Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG”。
扩展截图
下载Remove Spiceworks Adverts扩展crx文件
下载Remove Spiceworks Adverts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Remove Spiceworks Adverts |
ID | likbcpicpohcaicgfcojindfadifpifc |
官方URL | https://chromewebstore.google.com/detail/remove-spiceworks-adverts/likbcpicpohcaicgfcojindfadifpifc |
简介 | Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG |
文件大小 | 34.09 KB |
安装次数 | 284 |
当前版本 | 1.4 |
更新时间 | 2020-01-22 |
上架时间 | 2020-01-18 |
评分 | 3.78/5 共9次评分 |
开发者 | mrthrust |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } ] } |