Like Clicker

Simple application to click like buttons at all posts of the page

Apa itu Like Clicker?

Like Clicker adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Simple application to click like buttons at all posts of the page".

Unduh Berkas CRX Ekstensi Like Clicker

Unduh file ekstensi Like Clicker 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 application helps vk.com users to like all the posts on any page just clicking "Like" button of this small extension                    

Informasi Dasar Ekstensi

Nama Like Clicker Like Clicker
ID camfofaokidhoajkcchoddbdljemigci
URL Resmi https://chromewebstore.google.com/detail/like-clicker/camfofaokidhoajkcchoddbdljemigci
Deskripsi Simple application to click like buttons at all posts of the page
Ukuran File 6.74 KB
Jumlah Instalasi 16
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2017-06-08
Tanggal Publikasi 2017-06-08
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Like Clicker",
    "description": "Simple application to click like buttons at all posts of the page",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}