Poo Tube

Change browser action color when its icon is clicked

Poo Tube란 무엇입니까?

Poo Tube은(는) pootube에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change browser action color when its icon is clicked"입니다.

확장 프로그램 스크린샷

Poo Tube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}