Like Clicker

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

What is Like Clicker?

Like Clicker is a Chrome extension developed by Unknown, and its main feature is "Simple application to click like buttons at all posts of the page".

Download Like Clicker Extension CRX File

Download Like Clicker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Like Clicker Like Clicker
ID camfofaokidhoajkcchoddbdljemigci
Official URL https://chromewebstore.google.com/detail/like-clicker/camfofaokidhoajkcchoddbdljemigci
Description Simple application to click like buttons at all posts of the page
File Size 6.74 KB
Installation Count 16
Current Version 1.0.1
Last Updated 2017-06-08
Publish Date 2017-06-08
Developer Unknown
Payment Type free
Supported Languages 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\/"
    ]
}