Hide Google Play Link

Hides the Google Play link in the Google bar.

What is Hide Google Play Link?

Hide Google Play Link is a Chrome extension developed by dan, and its main feature is "Hides the Google Play link in the Google bar.".

Extension Screenshots

screenshot

Download Hide Google Play Link Extension CRX File

Download Hide Google Play Link 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

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

Extension Basic Information

Name Hide Google Play Link Hide Google Play Link
ID lgdcogjbngjjjeohgjbpjnellddcokok
Official URL https://chrome.google.com/webstore/detail/hide-google-play-link/lgdcogjbngjjjeohgjbpjnellddcokok
Description Hides the Google Play link in the Google bar.
File Size 2.66 KB
Installation Count 725
Current Version 1.0
Last Updated 2012-03-30
Publish Date 2012-03-30
Rating 3.33/5 Total 3 Ratings
Developer dan
Payment Type free
Supported Languages 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\/"
    ]
}