Cloud To Butt Plus
Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
ما هو Cloud To Butt Plus؟
Cloud To Butt Plus هو إضافة Chrome تم تطويرها بواسطة Hank، والميزة الرئيسية لها هي "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cloud To Butt Plus
قم بتنزيل ملفات الامتداد Cloud To Butt Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Slight improvements to Butt-to-butt, found here: https://github.com/panicsteve/butt-to-butt My repo: https://github.com/hank/butt-to-butt Changes occurences of "butt" or "my butt" to "butt" or "my butt" respectively and only in proper context (not weather sites, if possible). WARNING: Versions before 1.2 contain a XSS Vulnerability! Please update!
معلومات أساسية عن التمديد
الاسم | Cloud To Butt Plus |
ID | apmlngnhgbnjpajelfkmabhkfapgnoai |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai |
الوصف | Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts. |
حجم الملف | 3.34 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 1.2 |
آخر تحديث | 2014-07-24 |
تاريخ النشر | 2014-07-23 |
تقييم | 4.82/5 مجموع تقييمات 799 |
المطور | Hank |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud To Butt Plus", "version": "1.2", "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |