Unlocker
Use Websites without having to login, currently supports: Instagram
什么是Unlocker?
Unlocker是由https://www.alperenkaptan.com开发的Chrome扩展程序,该扩展的主要功能是“Use Websites without having to login, currently supports: Instagram”。
扩展截图
下载Unlocker扩展crx文件
下载Unlocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/ |
帮助页面URL | 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 } |