Swearable
Use Swearable to glorify the shit out of your web experience!
ما هو Swearable؟
Swearable هو إضافة Chrome تم تطويرها بواسطة okparts، والميزة الرئيسية لها هي "Use Swearable to glorify the shit out of your web experience!".
تحميل ملف CRX للإضافة Swearable
قم بتنزيل ملفات الامتداد Swearable بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Swearable glorifies the shit out of your Chrome web experience! Swearable injects a variety of swear words into every web page you visit. You will not be disappointed, unless you're a holyroller or prig or goody two-shoes or generally don't like swearing
معلومات أساسية عن التمديد
الاسم | |
ID | padconfncnccomkbmlbpcdpmbbelmkmn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/swearable/padconfncnccomkbmlbpcdpmbbelmkmn |
الوصف | Use Swearable to glorify the shit out of your web experience! |
حجم الملف | 15.99 KB |
عدد التثبيتات | 29 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2015-05-27 |
تاريخ النشر | 2015-05-27 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | okparts |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Swearable", "short_name": "Swearable", "description": "Use Swearable to glorify the shit out of your web experience!", "version": "0.0.3", "icons": { "19": "images\/icon19.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon19.png", "default_title": "Swearable", "default_popup": "html\/popup.html" }, "options_page": "options\/options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/swearable.js" ] } ] } |