Like Unlocker (Fake Like)
Unlock pages that need like (report pages still requesting like)
Like Unlocker (Fake Like) là gì?
Like Unlocker (Fake Like) là một tiện ích mở rộng Chrome được phát triển bởi TeraJL, và tính năng chính của nó là "Unlock pages that need like (report pages still requesting like)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Like Unlocker (Fake Like)
Tải xuống các tệp mở rộng Like Unlocker (Fake Like) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/ ...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | domackhodgbejcoeheholbccjhiolfol |
URL Chính Thức | https://chrome.google.com/webstore/detail/like-unlocker-fake-like/domackhodgbejcoeheholbccjhiolfol |
Mô tả | Unlock pages that need like (report pages still requesting like) |
Kích Thước Tệp | 4.15 KB |
Số Lần Cài Đặt | 52 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2013-11-08 |
Ngày Phát Hành | 2013-11-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | TeraJL |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |