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
官方網址 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\/"
    ]
}