Hide Google Play Link

Hides the Google Play link in the Google bar.

Wat is Hide Google Play Link?

Hide Google Play Link is een Chrome-extensie ontwikkeld door dan, en de belangrijkste functie is "Hides the Google Play link in the Google bar.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hide Google Play Link

Download Hide Google Play Link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Hide Google Play Link Hide Google Play Link
ID lgdcogjbngjjjeohgjbpjnellddcokok
Officiële URL https://chrome.google.com/webstore/detail/hide-google-play-link/lgdcogjbngjjjeohgjbpjnellddcokok
Beschrijving Hides the Google Play link in the Google bar.
Bestandsgrootte 2.66 KB
Aantal Installaties 725
Huidige Versie 1.0
Laatst Bijgewerkt 2012-03-30
Publicatiedatum 2012-03-30
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar dan
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}