Freedom to More Freedom
Replaces the text 'Security' with 'Freedom'.
ما هو Freedom to More Freedom؟
Freedom to More Freedom هو إضافة Chrome تم تطويرها بواسطة https://nullify-ctf.blogspot.com، والميزة الرئيسية لها هي "Replaces the text 'Security' with 'Freedom'.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Freedom to More Freedom
قم بتنزيل ملفات الامتداد Freedom to More Freedom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces the text 'Security' with 'Freedom' in certain contexts. This basically the same as cloud to butts.
معلومات أساسية عن التمديد
الاسم | Freedom to More Freedom |
ID | mbjafjdfamobncblnamcbfpkeelcihno |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/freedom-to-more-freedom/mbjafjdfamobncblnamcbfpkeelcihno |
الوصف | Replaces the text 'Security' with 'Freedom'. |
حجم الملف | 3.37 KB |
عدد التثبيتات | 1,080 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-07-05 |
تاريخ النشر | 2014-07-04 |
تقييم | 2.83/5 مجموع تقييمات 18 |
المطور | https://nullify-ctf.blogspot.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freedom to More Freedom", "version": "1.0", "description": "Replaces the text 'Security' with 'Freedom'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |