Unlocker
Use Websites without having to login, currently supports: Instagram
Apa itu Unlocker?
Unlocker adalah ekstensi Chrome yang dikembangkan oleh https://www.alperenkaptan.com, dan fitur utamanya adalah "Use Websites without having to login, currently supports: Instagram".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Unlocker
Unduh file ekstensi Unlocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Use Websites without having to login, currently supports: Instagram
Informasi Dasar Ekstensi
Nama | Unlocker |
ID | hpakfpbdhgblceoipepkpghpaihoiham |
URL Resmi | https://chromewebstore.google.com/detail/unlocker/hpakfpbdhgblceoipepkpghpaihoiham |
Deskripsi | Use Websites without having to login, currently supports: Instagram |
Ukuran File | 6.92 KB |
Jumlah Instalasi | 446 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-03-20 |
Tanggal Publikasi | 2020-03-20 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://www.alperenkaptan.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://alperenkaptan.com/ |
URL Halaman Bantuan | https://alperenkaptan.com/ |
Bahasa yang Didukung | 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 } |