Cloud-Things To Butt
Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
ما هو Cloud-Things To Butt؟
Cloud-Things To Butt هو إضافة Chrome تم تطويرها بواسطة https://www.patik.com، والميزة الرئيسية لها هي "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cloud-Things To Butt
قم بتنزيل ملفات الامتداد Cloud-Things To Butt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces the text "the cloud" with "my butt", and "internet of things" with "interwebs of butts". Slight improvements to Cloud-to-butt Plus, found here: https://github.com/hank/cloud-to-butt Source code: https://github.com/patik/cloud-things-to-butt
معلومات أساسية عن التمديد
الاسم | Cloud-Things To Butt |
ID | ooaniklefhdgbcefegledhggifcbionf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf |
الوصف | Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'. |
حجم الملف | 3.96 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2014-02-15 |
تاريخ النشر | 2014-02-15 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://www.patik.com |
نوع الدفع | free |
موقع الإضافة | http://patik.com/code/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud-Things To Butt", "version": "1.2.0", "description": "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.", "short_name": "Cloud-Things To Butt", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "cloud-things-to-butt.user.js" ], "run_at": "document_end" } ] } |