Like Clicker

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

什么是Like Clicker?

Like Clicker是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Simple application to click like buttons at all posts of the page”。

下载Like Clicker扩展crx文件

下载Like Clicker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Like Clicker Like Clicker
ID camfofaokidhoajkcchoddbdljemigci
官方URL https://chromewebstore.google.com/detail/like-clicker/camfofaokidhoajkcchoddbdljemigci
简介 Simple application to click like buttons at all posts of the page
文件大小 6.74 KB
安装次数 16
当前版本 1.0.1
更新时间 2017-06-08
上架时间 2017-06-08
开发者 Unknown
付费类型 free
支持的语言 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\/"
    ]
}