Poo Tube

Change browser action color when its icon is clicked

Poo Tube là gì?

Poo Tube là một tiện ích mở rộng Chrome được phát triển bởi pootube, và tính năng chính của nó là "Change browser action color when its icon is clicked".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Poo Tube

Tải xuống các tệp mở rộng Poo Tube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Poo Tube Poo Tube
ID nkhacilbepdanceciijdiiijacohhdgg
URL Chính Thức https://chromewebstore.google.com/detail/poo-tube/nkhacilbepdanceciijdiiijacohhdgg
Mô tả Change browser action color when its icon is clicked
Kích Thước Tệp 82.01 KB
Số Lần Cài Đặt 215
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2017-04-22
Ngày Phát Hành 2017-04-22
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển pootube
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}