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 擴展基本資訊
| 名稱 | |
| ID | hpakfpbdhgblceoipepkpghpaihoiham |
| 官方網址 | 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
} | |