Like Unlocker (Fake Like)
Unlock pages that need like (report pages still requesting like)
What is Like Unlocker (Fake Like)?
Like Unlocker (Fake Like) is a Chrome extension developed by TeraJL, and its main feature is "Unlock pages that need like (report pages still requesting like)".
Extension Screenshots
Download Like Unlocker (Fake Like) Extension CRX File
Download Like Unlocker (Fake Like) 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
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/ ...
Extension Basic Information
Name | |
ID | domackhodgbejcoeheholbccjhiolfol |
Official URL | https://chrome.google.com/webstore/detail/like-unlocker-fake-like/domackhodgbejcoeheholbccjhiolfol |
Description | Unlock pages that need like (report pages still requesting like) |
File Size | 4.15 KB |
Installation Count | 52 |
Current Version | 2 |
Last Updated | 2013-11-08 |
Publish Date | 2013-11-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | TeraJL |
Payment Type | free |
Supported Languages | 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" ] } |