TonyPizzaGuy
Chrome extension for TonyPizzaGuy
Wat is TonyPizzaGuy?
TonyPizzaGuy is een Chrome-extensie ontwikkeld door scowalt, en de belangrijkste functie is "Chrome extension for TonyPizzaGuy".
Extensie Screenshots
Download het CRX-bestand van de extensie TonyPizzaGuy
Download TonyPizzaGuy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Stay up to date on all things TonyPizzaGuy. Get notified of live streams and videos.
Basisinformatie over de Extensie
Naam | |
ID | jicblkgcjlnlpdhanklakdmdjmclinfn |
Officiële URL | https://chrome.google.com/webstore/detail/tonypizzaguy/jicblkgcjlnlpdhanklakdmdjmclinfn |
Beschrijving | Chrome extension for TonyPizzaGuy |
Bestandsgrootte | 1.13 MB |
Aantal Installaties | 20 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2014-03-13 |
Publicatiedatum | 2014-03-13 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | scowalt |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://scowalt.com |
Ondersteunde Talen | 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'" } |