Remove Spiceworks Adverts

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

Remove Spiceworks Advertsคืออะไร?

Remove Spiceworks Adverts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mrthrust และคุณลักษณะหลักของมันคือ "Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Spiceworks Adverts

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
        }
    ]
}