Hide Google Play Link
Hides the Google Play link in the Google bar.
Was ist Hide Google Play Link?
Hide Google Play Link ist eine Chrome-Erweiterung, die von dan entwickelt wurde, und ihr Hauptmerkmal ist "Hides the Google Play link in the Google bar.".
Erweiterungsscreenshots
Hide Google Play Link-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hide Google Play Link-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
If you are an iPhone user like me, than you likely don't care about Google Play, even if it is new.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lgdcogjbngjjjeohgjbpjnellddcokok |
Offizielle URL | https://chrome.google.com/webstore/detail/hide-google-play-link/lgdcogjbngjjjeohgjbpjnellddcokok |
Beschreibung | Hides the Google Play link in the Google bar. |
Dateigröße | 2.66 KB |
Installationsanzahl | 725 |
Aktuelle Version | 1.0 |
Letztes Update | 2012-03-30 |
Veröffentlichungsdatum | 2012-03-30 |
Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
Entwickler | dan |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |