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.                     擴展基本資訊
| 名稱 |   |  
| ID | likbcpicpohcaicgfcojindfadifpifc | 
| 官方網址 | 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
        }
    ]
}  |  |