Like Unlocker (Fake Like)
Unlock pages that need like (report pages still requesting like)
什麼是Like Unlocker (Fake Like)?
Like Unlocker (Fake Like)是由TeraJL開發的Chrome擴展程式,該擴展的主要功能是“Unlock pages that need like (report pages still requesting like)”。
擴展截圖
下載Like Unlocker (Fake Like)擴展crx文件
下載Like Unlocker (Fake Like)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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/ ...
擴展基本資訊
名稱 | |
ID | domackhodgbejcoeheholbccjhiolfol |
官方網址 | https://chrome.google.com/webstore/detail/like-unlocker-fake-like/domackhodgbejcoeheholbccjhiolfol |
簡介 | Unlock pages that need like (report pages still requesting like) |
檔案大小 | 4.15 KB |
安裝次數 | 52 |
目前版本 | 2 |
更新時間 | 2013-11-08 |
上架時間 | 2013-11-08 |
評分 | 5.00/5 共 2 次評分 |
開發者 | TeraJL |
付費類型 | free |
支援的語言 | 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" ] } |