TonyPizzaGuy
Chrome extension for TonyPizzaGuy
What is TonyPizzaGuy?
TonyPizzaGuy is a Chrome extension developed by scowalt, and its main feature is "Chrome extension for TonyPizzaGuy".
Extension Screenshots
Download TonyPizzaGuy Extension CRX File
Download TonyPizzaGuy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Stay up to date on all things TonyPizzaGuy. Get notified of live streams and videos.
Extension Basic Information
Name | |
ID | jicblkgcjlnlpdhanklakdmdjmclinfn |
Official URL | https://chrome.google.com/webstore/detail/tonypizzaguy/jicblkgcjlnlpdhanklakdmdjmclinfn |
Description | Chrome extension for TonyPizzaGuy |
File Size | 1.13 MB |
Installation Count | 20 |
Current Version | 1.1.2 |
Last Updated | 2014-03-13 |
Publish Date | 2014-03-13 |
Rating | 5.00/5 Total 9 Ratings |
Developer | scowalt |
[email protected] | |
Payment Type | free |
Extension Website | http://scowalt.com |
Supported Languages | 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'" } |