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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |