Anonymous Instagram
Tool to view Instagram stories anonymously.
Anonymous Instagram là gì?
Anonymous Instagram là một tiện ích mở rộng Chrome được phát triển bởi https://www.invertexto.com, và tính năng chính của nó là "Tool to view Instagram stories anonymously.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Anonymous Instagram
Tải xuống các tệp mở rộng Anonymous Instagram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Anonymous Instagram |
ID | djagffgjghpihfffmiomblhinennkkig |
URL Chính Thức | https://chromewebstore.google.com/detail/anonymous-instagram/djagffgjghpihfffmiomblhinennkkig |
Mô tả | Tool to view Instagram stories anonymously. |
Kích Thước Tệp | 18.74 KB |
Số Lần Cài Đặt | 356 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2024-01-29 |
Ngày Phát Hành | 2024-01-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.invertexto.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.invertexto.com/politica-privacidade-extensoes |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |