Remove Spiceworks Adverts

Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG

Apa itu Remove Spiceworks Adverts?

Remove Spiceworks Adverts adalah ekstensi Chrome yang dikembangkan oleh mrthrust, dan fitur utamanya adalah "Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Remove Spiceworks Adverts

Unduh file ekstensi Remove Spiceworks Adverts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Remove Spiceworks Adverts Remove Spiceworks Adverts
ID likbcpicpohcaicgfcojindfadifpifc
URL Resmi https://chromewebstore.google.com/detail/remove-spiceworks-adverts/likbcpicpohcaicgfcojindfadifpifc
Deskripsi Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG
Ukuran File 34.09 KB
Jumlah Instalasi 284
Versi Saat Ini 1.4
Terakhir Diperbarui 2020-01-22
Tanggal Publikasi 2020-01-18
Penilaian 3.78/5 Total 9 Penilaian
Pengembang mrthrust
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}