Browse with Guy

Let Guy Fieri accompany you on your Internet browsing

Browse with Guyとは何ですか?

Browse with GuyはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Let Guy Fieri accompany you on your Internet browsing」です。

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Browse with Guy Browse with Guy
ID pffcpolokheijlggcplcbkadpgkhmomj
公式URL https://chromewebstore.google.com/detail/browse-with-guy/pffcpolokheijlggcplcbkadpgkhmomj
説明 Let Guy Fieri accompany you on your Internet browsing
ファイルサイズ 395 KB
インストール数 10
現在のバージョン 1.0
最終更新日 2016-02-06
公開日 2016-02-06
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browse with Guy",
    "description": "Let Guy Fieri accompany you on your Internet browsing",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "guy.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "guy.png"
    ]
}