Hide Google Play Link

Hides the Google Play link in the Google bar.

Hide Google Play Linkとは何ですか?

Hide Google Play Linkはdanによって開発されたChromeの拡張機能で、その主な機能は「Hides the Google Play link in the Google bar.」です。

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

screenshot

Hide Google Play Link拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you are an iPhone user like me, than you likely don't care about Google Play, even if it is new.                    

拡張機能の基本情報

名前 Hide Google Play Link Hide Google Play Link
ID lgdcogjbngjjjeohgjbpjnellddcokok
公式URL https://chrome.google.com/webstore/detail/hide-google-play-link/lgdcogjbngjjjeohgjbpjnellddcokok
説明 Hides the Google Play link in the Google bar.
ファイルサイズ 2.66 KB
インストール数 725
現在のバージョン 1.0
最終更新日 2012-03-30
公開日 2012-03-30
評価 3.33/5 合計 3 レビュー
開発者 dan
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Google Play Link",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Hides the Google Play link in the Google bar.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.google.com\/"
    ]
}