Remove Say Hi to User From Google+

This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page

Apa itu Remove Say Hi to User From Google+?

Remove Say Hi to User From Google+ adalah ekstensi Chrome yang dikembangkan oleh Rachid Otsmane, dan fitur utamanya adalah "This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Remove Say Hi to User From Google+

Unduh file ekstensi Remove Say Hi to User From Google+ 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

                        This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page                    

Informasi Dasar Ekstensi

Nama Remove Say Hi to User From Google+ Remove Say Hi to User From Google+
ID ljdkehnombdmlknloobjhaahkjopgjcj
URL Resmi https://chrome.google.com/webstore/detail/remove-say-hi-to-user-fro/ljdkehnombdmlknloobjhaahkjopgjcj
Deskripsi This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page
Ukuran File 2.71 KB
Jumlah Instalasi 21
Versi Saat Ini 0.1
Terakhir Diperbarui 2013-05-21
Tanggal Publikasi 2013-05-21
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Rachid Otsmane
Tipe Pembayaran free
Situs Ekstensi http://www.droid-den.com
URL Halaman Bantuan https://plus.google.com/u/0/113562486592922185062
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove Say Hi to User From Google+",
    "version": "0.1",
    "manifest_version": 2,
    "description": "This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "css": [
                "gplus.css"
            ]
        }
    ]
}