Hide Google Play Link
Hides the Google Play link in the Google bar.
Co to jest Hide Google Play Link?
Hide Google Play Link to rozszerzenie Chrome opracowane przez dan, a jego główną funkcją jest „Hides the Google Play link in the Google bar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hide Google Play Link
Pobierz pliki rozszerzeń Hide Google Play Link w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
If you are an iPhone user like me, than you likely don't care about Google Play, even if it is new.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lgdcogjbngjjjeohgjbpjnellddcokok |
Oficjalny URL | https://chrome.google.com/webstore/detail/hide-google-play-link/lgdcogjbngjjjeohgjbpjnellddcokok |
Opis | Hides the Google Play link in the Google bar. |
Rozmiar pliku | 2.66 KB |
Liczba instalacji | 725 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2012-03-30 |
Data Publikacji | 2012-03-30 |
Ocena | 3.33/5 Łącznie 3 Oceny |
Deweloper | dan |
Typ Płatności | free |
Obsługiwane Języki | 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\/" ] } |