Like Unlocker (Fake Like)
Unlock pages that need like (report pages still requesting like)
Apa itu Like Unlocker (Fake Like)?
Like Unlocker (Fake Like) adalah ekstensi Chrome yang dikembangkan oleh TeraJL, dan fitur utamanya adalah "Unlock pages that need like (report pages still requesting like)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Like Unlocker (Fake Like)
Unduh file ekstensi Like Unlocker (Fake Like) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/ ...
Informasi Dasar Ekstensi
Nama | |
ID | domackhodgbejcoeheholbccjhiolfol |
URL Resmi | https://chrome.google.com/webstore/detail/like-unlocker-fake-like/domackhodgbejcoeheholbccjhiolfol |
Deskripsi | Unlock pages that need like (report pages still requesting like) |
Ukuran File | 4.15 KB |
Jumlah Instalasi | 52 |
Versi Saat Ini | 2 |
Terakhir Diperbarui | 2013-11-08 |
Tanggal Publikasi | 2013-11-08 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | TeraJL |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |