Poo Tube
Change browser action color when its icon is clicked
ما هو Poo Tube؟
Poo Tube هو إضافة Chrome تم تطويرها بواسطة pootube، والميزة الرئيسية لها هي "Change browser action color when its icon is clicked".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Poo Tube
قم بتنزيل ملفات الامتداد Poo Tube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ever been caught short watching a Youtube video? PooTube solves that problem. PooTube means you can take your Youtube video to the toilet with you. Quickly and easily... To use this app all you need is the chrome extension and an android phone with a camera. Try it for yourself now. PooTube because sh** happens.
معلومات أساسية عن التمديد
الاسم | Poo Tube |
ID | nkhacilbepdanceciijdiiijacohhdgg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/poo-tube/nkhacilbepdanceciijdiiijacohhdgg |
الوصف | Change browser action color when its icon is clicked |
حجم الملف | 82.01 KB |
عدد التثبيتات | 215 |
النسخة الحالية | 1.3 |
آخر تحديث | 2017-04-22 |
تاريخ النشر | 2017-04-22 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | pootube |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Poo Tube", "description": "Change browser action color when its icon is clicked", "version": "1.3", "background": { "scripts": [ "jquery.min.js", "qrGenCode.js", "firebase.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com; object-src 'self'", "icons": { "128": "poo tube improved 2.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Poo tube" }, "manifest_version": 2, "permissions": [ "https:\/\/*.firebase.com\/", "https:\/\/cdn.firebase.com\/js\/client\/2.4.1\/firebase.js", "http:\/\/api.qrserver.com\/", "http:\/\/goqr.me\/*", "https:\/\/pootube-91be2.firebaseio.com\/*", "activeTab", "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.firebase.com\/*" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "inject.js", "https:\/\/pootube-91be2.firebaseio.com\/*", "https:\/\/*.firebase.com\/", "https:\/\/cdn.firebase.com\/js\/client\/2.4.1\/firebase.js" ] } |