TonyPizzaGuy

Chrome extension for TonyPizzaGuy

TonyPizzaGuyとは何ですか?

TonyPizzaGuyはscowaltによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for TonyPizzaGuy」です。

拡張機能のスクリーンショット

screenshot
screenshot

TonyPizzaGuy拡張機能のCRXファイルをダウンロード

TonyPizzaGuy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Stay up to date on all things TonyPizzaGuy. Get notified of live streams and videos.                    

拡張機能の基本情報

名前 TonyPizzaGuy TonyPizzaGuy
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
Eメール [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'"
}