TonyPizzaGuy
Chrome extension for TonyPizzaGuy
什么是TonyPizzaGuy?
TonyPizzaGuy是由scowalt开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for TonyPizzaGuy”。
扩展截图
下载TonyPizzaGuy扩展crx文件
下载TonyPizzaGuy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stay up to date on all things TonyPizzaGuy. Get notified of live streams and videos.
扩展基本信息
名称 | |
ID | jicblkgcjlnlpdhanklakdmdjmclinfn |
官方URL | https://chrome.google.com/webstore/detail/tonypizzaguy/jicblkgcjlnlpdhanklakdmdjmclinfn |
简介 | Chrome extension for TonyPizzaGuy |
文件大小 | 1.13 MB |
安装次数 | 20 |
当前版本 | 1.1.2 |
更新时间 | 2014-03-13 |
上架时间 | 2014-03-13 |
评分 | 5.00/5 共9次评分 |
开发者 | scowalt |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://scowalt.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TonyPizzaGuy", "description": "Chrome extension for TonyPizzaGuy", "version": "1.1.2", "author": "scowalt", "icons": { "96": "img\/tony-96.png" }, "background": { "page": "background.html" }, "permissions": [ "alarms", "background", "notifications", "storage", "https:\/\/www.googleapis.com\/youtube\/", "https:\/\/api.twitch.tv\/kraken\/" ], "browser_action": { "default_icon": "img\/tony-38.png", "default_title": "TonyPizzaGuy", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/; object-src 'self'" } |