Unlocker
Use Websites without having to login, currently supports: Instagram
ما هو Unlocker؟
Unlocker هو إضافة Chrome تم تطويرها بواسطة https://www.alperenkaptan.com، والميزة الرئيسية لها هي "Use Websites without having to login, currently supports: Instagram".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unlocker
قم بتنزيل ملفات الامتداد Unlocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use Websites without having to login, currently supports: Instagram
معلومات أساسية عن التمديد
الاسم | Unlocker |
ID | hpakfpbdhgblceoipepkpghpaihoiham |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/unlocker/hpakfpbdhgblceoipepkpghpaihoiham |
الوصف | Use Websites without having to login, currently supports: Instagram |
حجم الملف | 6.92 KB |
عدد التثبيتات | 446 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-03-20 |
تاريخ النشر | 2020-03-20 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://www.alperenkaptan.com |
نوع الدفع | free |
موقع الإضافة | https://alperenkaptan.com/ |
عنوان صفحة المساعدة | https://alperenkaptan.com/ |
اللغات المدعومة | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unlocker", "version": "1.0", "description": "Use Websites without having to login, currently supports: Instagram", "author": "baris, alperen", "icons": { "16": "images\/unlocked16.png", "32": "images\/unlocked32.png", "128": "images\/unlocked128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "instagram.js" ] } ], "manifest_version": 2 } |