Anonymous Instagram
Tool to view Instagram stories anonymously.
什麼是Anonymous Instagram?
Anonymous Instagram是由https://www.invertexto.com開發的Chrome擴展程式,該擴展的主要功能是“Tool to view Instagram stories anonymously.”。
擴展截圖
下載Anonymous Instagram擴展crx文件
下載Anonymous Instagram擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
To hide your identity, simply install this extension and view the stories. To deactivate it, click on the extension and turn it off. It's as simple as that.
Features:
- Ability to view anonymous stories from private accounts you follow.
- Option to enable or disable without reloading the page.
- Works on your own Instagram, without altering other functionalities. 擴展基本資訊
| 名稱 | |
| ID | djagffgjghpihfffmiomblhinennkkig |
| 官方網址 | https://chromewebstore.google.com/detail/anonymous-instagram/djagffgjghpihfffmiomblhinennkkig |
| 簡介 | Tool to view Instagram stories anonymously. |
| 檔案大小 | 18.74 KB |
| 安裝次數 | 356 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2024-01-29 |
| 上架時間 | 2024-01-29 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://www.invertexto.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://www.invertexto.com/politica-privacidade-extensoes |
| 支援的語言 | en,pt-BR,pt-PT |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"version": "1.0.0",
"manifest_version": 3,
"permissions": [
"storage",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/*.instagram.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_title": "Instagram An\u00f4nimo"
},
"content_scripts": [
{
"run_at": "document_start",
"js": [
"contentScript.js"
],
"matches": [
"https:\/\/*.instagram.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"script.js"
],
"matches": [
"https:\/\/*.instagram.com\/*"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |