Privoxy Button
Adds an easily-accessible button to your toolbar to enable or disable Privoxy
ما هو Privoxy Button؟
Privoxy Button هو إضافة Chrome تم تطويرها بواسطة vena، والميزة الرئيسية لها هي "Adds an easily-accessible button to your toolbar to enable or disable Privoxy".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Privoxy Button
قم بتنزيل ملفات الامتداد Privoxy Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Privoxy Button adds an icon to your Chrome toolbar indicating the enabled/disabled status of Privoxy and allowing you to quickly control it.
معلومات أساسية عن التمديد
الاسم | Privoxy Button |
ID | aodbklgppjmcpkijlibjobmffijompbp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp |
الوصف | Adds an easily-accessible button to your toolbar to enable or disable Privoxy |
حجم الملف | 87.32 KB |
عدد التثبيتات | 261 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-05-15 |
تاريخ النشر | 2014-05-14 |
تقييم | 4.38/5 مجموع تقييمات 8 |
المطور | vena |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Privoxy Button", "short_name": "Privoxy Button", "description": "Adds an easily-accessible button to your toolbar to enable or disable Privoxy", "version": "1.0", "icons": { "16": "icons\/16\/privoxy-enabled.png", "48": "icons\/48\/privoxy-enabled.png", "128": "icons\/128\/privoxy-enabled.png" }, "browser_action": { "default_icon": "icons\/48\/privoxy-disabled.png", "default_title": "Enable Privoxy" }, "background": { "scripts": [ "global.js" ], "persistent": false }, "permissions": [ "http:\/\/config.privoxy.org\/", "alarms" ] } |