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 } |