Remove Spiceworks Adverts

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

Remove Spiceworks Adverts là gì?

Remove Spiceworks Adverts là một tiện ích mở rộng Chrome được phát triển bởi mrthrust, và tính năng chính của nó là "Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remove Spiceworks Adverts

Tải xuống các tệp mở rộng Remove Spiceworks Adverts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remove Spiceworks Adverts Remove Spiceworks Adverts
ID likbcpicpohcaicgfcojindfadifpifc
URL Chính Thức https://chromewebstore.google.com/detail/remove-spiceworks-adverts/likbcpicpohcaicgfcojindfadifpifc
Mô tả Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG
Kích Thước Tệp 34.09 KB
Số Lần Cài Đặt 284
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2020-01-22
Ngày Phát Hành 2020-01-18
Đánh Giá 3.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển mrthrust
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}