Hide Google Play Link
Hides the Google Play link in the Google bar.
Vad är Hide Google Play Link?
Hide Google Play Link är en Chrome-tillägg utvecklad av dan, och dess huvudfunktion är "Hides the Google Play link in the Google bar.".
Tilläggsskärmbilder
Ladda ner Hide Google Play Link-förlängningens CRX-fil
Ladda ner Hide Google Play Link-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
If you are an iPhone user like me, than you likely don't care about Google Play, even if it is new. Grundläggande Information om Tillägg
| Namn | |
| ID | lgdcogjbngjjjeohgjbpjnellddcokok |
| Officiell webbadress | https://chrome.google.com/webstore/detail/hide-google-play-link/lgdcogjbngjjjeohgjbpjnellddcokok |
| Beskrivning | Hides the Google Play link in the Google bar. |
| Filstorlek | 2.66 KB |
| Antal Installationer | 725 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2012-03-30 |
| Publiceringsdatum | 2012-03-30 |
| Betyg | 3.33/5 Totalt 3 Betyg |
| Utvecklare | dan |
| Betalningssätt | free |
| Stödda Språk | 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\/"
]
} | |