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ファイルをダウンロード
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 |
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" ] } |