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.
扩展基本信息
名称 | Anonymous Instagram |
ID | djagffgjghpihfffmiomblhinennkkig |
官方URL | 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" } } |