Like Clicker

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

Vad är Like Clicker?

Like Clicker är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Simple application to click like buttons at all posts of the page".

Ladda ner Like Clicker-förlängningens CRX-fil

Ladda ner Like Clicker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Like Clicker Like Clicker
ID camfofaokidhoajkcchoddbdljemigci
Officiell webbadress https://chromewebstore.google.com/detail/like-clicker/camfofaokidhoajkcchoddbdljemigci
Beskrivning Simple application to click like buttons at all posts of the page
Filstorlek 6.74 KB
Antal Installationer 16
Aktuell Version 1.0.1
Senast Uppdaterad 2017-06-08
Publiceringsdatum 2017-06-08
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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\/"
    ]
}