Unlocker
Use Websites without having to login, currently supports: Instagram
What is Unlocker?
Unlocker is a Chrome extension developed by https://www.alperenkaptan.com, and its main feature is "Use Websites without having to login, currently supports: Instagram".
Extension Screenshots
Download Unlocker Extension CRX File
Download Unlocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use Websites without having to login, currently supports: Instagram
Extension Basic Information
Name | Unlocker |
ID | hpakfpbdhgblceoipepkpghpaihoiham |
Official URL | https://chromewebstore.google.com/detail/unlocker/hpakfpbdhgblceoipepkpghpaihoiham |
Description | Use Websites without having to login, currently supports: Instagram |
File Size | 6.92 KB |
Installation Count | 446 |
Current Version | 1.0 |
Last Updated | 2020-03-20 |
Publish Date | 2020-03-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.alperenkaptan.com |
Payment Type | free |
Extension Website | https://alperenkaptan.com/ |
Help Page URL | https://alperenkaptan.com/ |
Supported Languages | 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 } |