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\/"
    ]
}