Hide Google Play Link

Hides the Google Play link in the Google bar.

Apa itu Hide Google Play Link?

Hide Google Play Link adalah ekstensi Chrome yang dikembangkan oleh dan, dan fitur utamanya adalah "Hides the Google Play link in the Google bar.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hide Google Play Link

Unduh file ekstensi Hide Google Play Link dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Hide Google Play Link Hide Google Play Link
ID lgdcogjbngjjjeohgjbpjnellddcokok
URL Resmi https://chrome.google.com/webstore/detail/hide-google-play-link/lgdcogjbngjjjeohgjbpjnellddcokok
Deskripsi Hides the Google Play link in the Google bar.
Ukuran File 2.66 KB
Jumlah Instalasi 725
Versi Saat Ini 1.0
Terakhir Diperbarui 2012-03-30
Tanggal Publikasi 2012-03-30
Penilaian 3.33/5 Total 3 Penilaian
Pengembang dan
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}