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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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
        }
    ]
}