Like Unlocker (Fake Like)

Unlock pages that need like (report pages still requesting like)

Vad är Like Unlocker (Fake Like)?

Like Unlocker (Fake Like) är en Chrome-tillägg utvecklad av TeraJL, och dess huvudfunktion är "Unlock pages that need like (report pages still requesting like)".

Tilläggsskärmbilder

screenshot

Ladda ner Like Unlocker (Fake Like)-förlängningens CRX-fil

Ladda ner Like Unlocker (Fake Like)-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

                        Unlock pages that need like (report pages still requesting like and working pages)

Working:
http://www.altecena.eu/
http://www.casadossegredostv.com/
http://www.grandelata.com/
...                    

Grundläggande Information om Tillägg

Namn Like Unlocker (Fake Like) Like Unlocker (Fake Like)
ID domackhodgbejcoeheholbccjhiolfol
Officiell webbadress https://chrome.google.com/webstore/detail/like-unlocker-fake-like/domackhodgbejcoeheholbccjhiolfol
Beskrivning Unlock pages that need like (report pages still requesting like)
Filstorlek 4.15 KB
Antal Installationer 52
Aktuell Version 2
Senast Uppdaterad 2013-11-08
Publiceringsdatum 2013-11-08
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare TeraJL
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Like Unlocker (Fake Like)",
    "short_name": "Fake Like",
    "version": "2",
    "description": "Unlock pages that need like (report pages still requesting like)",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "myscript.js"
    ]
}