Check All Scripts with URLVoid
Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)
ما هو Check All Scripts with URLVoid؟
Check All Scripts with URLVoid هو إضافة Chrome تم تطويرها بواسطة hchiam، والميزة الرئيسية لها هي "Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Check All Scripts with URLVoid
قم بتنزيل ملفات الامتداد Check All Scripts with URLVoid بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is the Chrome version of the Firefox add-on: https://addons.mozilla.org/en-CA/firefox/addon/check-all-scripts-with-urlvoid You can find the source code here: https://github.com/hchiam/urlvoid-firefox-extension
معلومات أساسية عن التمديد
الاسم | Check All Scripts with URLVoid |
ID | inehjeemhpipbglglmjnnabcfpofeljm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/check-all-scripts-with-ur/inehjeemhpipbglglmjnnabcfpofeljm |
الوصف | Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.) |
حجم الملف | 107 KB |
عدد التثبيتات | 57 |
النسخة الحالية | 3.0.0 |
آخر تحديث | 2023-12-30 |
تاريخ النشر | 2020-07-02 |
المطور | hchiam |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/hchiam/urlvoid-firefox-extension |
عنوان صفحة المساعدة | https://github.com/hchiam/urlvoid-firefox-extension/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Check All Scripts with URLVoid", "description": "Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)", "version": "3.0.0", "homepage_url": "https:\/\/github.com\/hchiam\/urlvoid-firefox-extension", "icons": { "48": "icon.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "brain.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "48": "icon.png", "128": "icon128.png" } }, "permissions": [ "storage", "tabs" ] } |