Antigram - Explore & Reels Blocker
Browser extension to fight back Instagram's addictive features.
Antigram - Explore & Reels Blocker là gì?
Antigram - Explore & Reels Blocker là một tiện ích mở rộng Chrome được phát triển bởi aymyo, và tính năng chính của nó là "Browser extension to fight back Instagram's addictive 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 Antigram - Explore & Reels Blocker
Tải xuống các tệp mở rộng Antigram - Explore & Reels Blocker 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
With Antigram, you will be able to check what your friends are up to without falling into a black hole of distractions and meaningless content. You can choose to block or hide Instagram's functionalities instantly by using the checkboxes in the extension's settings page. Some of Antigram's capabilities are: - 🚫 Block Instagram Reels page - 🚫 Block Instagram Explore page - 🚫 Block 'Stories' section and page - 🚫 Erradicate 'Posts' feed - 🚫 Hide 'Suggested followers' section - 🔀 Redirect always to 'Following' feed, avoiding suggested posts from the 'For you' feed. Instagram has been designed and optimized to profit from our addiction. We hope that by using the Antigram extension along with uninstalling the app from our phones and following only accounts that we care about, we can have a healthy relationship with social media. Antigram is free and it does not track you. It only uses the storage permission to save and update your settings. ----------------------------------------------------------------- Antigram could be useful to: increase productivity, avoid distractions, avoid "fear of missing out", having a healthier use of social media, reduce social media addiction, use Instagram only to see your feed, only to message people, only to see stories, only to see your friends posts, etc. Change log: v2.0.1 - Default settings are now blocking reels, explore, suggested followers and redirect to 'following' feed v2.0 - Reels can be blocked, "For you" page can be redirected. A lot of optimizations. Simplified and updated UI. Deprecated 'Background color' option. v1.1.0 - Settings now open in popup, improved settings UI. v1.0.4 - Bugfix due to new Instagram update. All the sections can be hidden again v1.0.3 - Bugfix due to new Instagram update. The right icons are hidden now v1.0.2 - Bugfix related to default values is now actually fixed v1.0.1 - Now you can also block your feed - Bugfix related to default values is now fixed
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Antigram - Explore & Reels Blocker |
ID | igbheapdmolhhmmklmkfjjjncmhihfjh |
URL Chính Thức | https://chromewebstore.google.com/detail/antigram-explore-reels-bl/igbheapdmolhhmmklmkfjjjncmhihfjh |
Mô tả | Browser extension to fight back Instagram's addictive features. |
Kích Thước Tệp | 72.74 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2023-11-18 |
Ngày Phát Hành | 2020-10-26 |
Đánh Giá | 4.62/5 Tổng số 77 Đánh Giá |
Nhà Phát Triển | aymyo |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Antigram - Explore & Reels Blocker", "description": "Browser extension to fight back Instagram's addictive features.", "author": "aymyo", "version": "2.0.1", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "content.js", "modules\/main.js", "modules\/lib.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ] } ], "options_ui": { "page": "popup\/popup.html", "open_in_tab": true }, "action": { "default_title": "Antigram Options", "default_popup": "popup\/popup.html", "default_icon": { "16": "public\/ag16.png", "32": "public\/ag32.png", "48": "public\/ag48.png", "128": "public\/ag128.png" } }, "icons": { "16": "public\/ag16.png", "32": "public\/ag32.png", "48": "public\/ag48.png", "128": "public\/ag128.png" } } |