Thunderclap

Smash Medium's clap button the maximum number of times (50) in 1 click

Apa itu Thunderclap?

Thunderclap adalah ekstensi Chrome yang dikembangkan oleh @inorganik, dan fitur utamanya adalah "Smash Medium's clap button the maximum number of times (50) in 1 click".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Thunderclap

Unduh file ekstensi Thunderclap 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

                        Are you tired of clicking and clicking, clicking and holding, to show your support for articles you enjoy on Medium? What a hassle! Introducing the thunderclap. Now you can clap the max number of times in 1 click. Enjoy!                    

Informasi Dasar Ekstensi

Nama Thunderclap Thunderclap
ID jnclghfpjoajcjpdngbgochcbipggogo
URL Resmi https://chromewebstore.google.com/detail/thunderclap/jnclghfpjoajcjpdngbgochcbipggogo
Deskripsi Smash Medium's clap button the maximum number of times (50) in 1 click
Ukuran File 28.7 KB
Jumlah Instalasi 67
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-08-31
Tanggal Publikasi 2017-08-31
Penilaian 4.67/5 Total 6 Penilaian
Pengembang @inorganik
Tipe Pembayaran free
Situs Ekstensi https://medium.com/@inorganik/introducing-the-thunderclap-353ae9def1f8
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thunderclap",
    "description": "Smash Medium's clap button the maximum number of times (50) in 1 click",
    "version": "1.1",
    "icons": {
        "48": "thunderclap-icon-48.png",
        "128": "thunderclap-icon-128.png"
    },
    "browser_action": {
        "default_title": "Thunderclap",
        "default_icon": "thunderclap-icon-48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}