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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Remove Spiceworks Adverts
قم بتنزيل ملفات الامتداد Remove Spiceworks Adverts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } ] } |