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