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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}