Better Instagram
This browser extension enhances your instagram.com experience by adding several essential privacy features.
Better Instagram là gì?
Better Instagram là một tiện ích mở rộng Chrome được phát triển bởi VaspDev, và tính năng chính của nó là "This browser extension enhances your instagram.com experience by adding several essential privacy features.".
Ả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 Better Instagram
Tải xuống các tệp mở rộng Better 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
+ User-friendly flush interface: Easy to navigate and utilize. + Preserve Complete Conversation Records: Export chat logs as convenient text or JSON files. + Disable Read Receipts: Prevent recipients from knowing when you've read their messages. + Block Story Viewed Notifications: Stop recipients from seeing that you've viewed their stories. Additional features coming soon...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better Instagram |
ID | ohpfacfabigckcgpckpmmhiaogjodjci |
URL Chính Thức | https://chromewebstore.google.com/detail/better-instagram/ohpfacfabigckcgpckpmmhiaogjodjci |
Mô tả | This browser extension enhances your instagram.com experience by adding several essential privacy features. |
Kích Thước Tệp | 247 KB |
Số Lần Cài Đặt | 116 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-04-27 |
Ngày Phát Hành | 2023-04-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | VaspDev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dclstn/better-instagram |
URL Trang Trợ Giúp | https://github.com/dclstn/better-instagram |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better Instagram", "description": "This browser extension enhances your instagram.com experience by adding several essential privacy features.", "version": "1.0.0", "icons": { "32": "logo32.png", "48": "logo48.png", "96": "logo96.png", "128": "logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ ".\/build\/script.js" ], "run_at": "document_start", "world": "MAIN" } ], "host_permissions": [ "https:\/\/www.instagram.com\/*" ] } |