InstaUnlock
Removes the need for logging in to Instagram, in order to view the content.
什麼是InstaUnlock?
InstaUnlock是由ziazhung開發的Chrome擴展程式,該擴展的主要功能是“Removes the need for logging in to Instagram, in order to view the content.”。
擴展截圖
下載InstaUnlock擴展crx文件
下載InstaUnlock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This add-on is to view an Instagram page, but do not want to use an external website or login. When the extension is enabled, it prevents the pop-up that comes up after scrolling for a few seconds, removes the login reminder at the bottom and allows you to click on the images, without being logged in. In the current state, the extension opens the pictures that you've clicked on, in another tab. Version 0.8 now works when clicking "Show more photos"
擴展基本資訊
名稱 | |
ID | kbbgghakaeopfgceoppnngjmjcjemhho |
官方網址 | https://chrome.google.com/webstore/detail/instaunlock/kbbgghakaeopfgceoppnngjmjcjemhho |
簡介 | Removes the need for logging in to Instagram, in order to view the content. |
檔案大小 | 704 KB |
安裝次數 | 132 |
目前版本 | 0.8 |
更新時間 | 2021-04-28 |
上架時間 | 2020-09-17 |
評分 | 1.00/5 共 1 次評分 |
開發者 | ziazhung |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InstaUnlock", "version": "0.8", "description": "Removes the need for logging in to Instagram, in order to view the content.", "icons": { "48": "icons\/Instaunlock-48.png", "96": "icons\/Instaunlock-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "instaunlock.js" ] } ] } |