Remove Spiceworks Adverts
Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG
Remove Spiceworks Adverts क्या है?
Remove Spiceworks Adverts mrthrust द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Spiceworks Adverts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } ] } |