Like Clicker

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

Wat is Like Clicker?

Like Clicker is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Simple application to click like buttons at all posts of the page".

Download het CRX-bestand van de extensie Like Clicker

Download Like Clicker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This application helps vk.com users to like all the posts on any page just clicking "Like" button of this small extension                    

Basisinformatie over de Extensie

Naam Like Clicker Like Clicker
ID camfofaokidhoajkcchoddbdljemigci
Officiële URL https://chromewebstore.google.com/detail/like-clicker/camfofaokidhoajkcchoddbdljemigci
Beschrijving Simple application to click like buttons at all posts of the page
Bestandsgrootte 6.74 KB
Aantal Installaties 16
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-06-08
Publicatiedatum 2017-06-08
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}