Like Unlocker (Fake Like)
Unlock pages that need like (report pages still requesting like)
Like Unlocker (Fake Like)คืออะไร?
Like Unlocker (Fake Like) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TeraJL และคุณลักษณะหลักของมันคือ "Unlock pages that need like (report pages still requesting like)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Like Unlocker (Fake Like)
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } |