Better Instagram
This browser extension enhances your instagram.com experience by adding several essential privacy features.
什么是Better Instagram?
Better Instagram是由VaspDev开发的Chrome扩展程序,该扩展的主要功能是“This browser extension enhances your instagram.com experience by adding several essential privacy features.”。
扩展截图
下载Better Instagram扩展crx文件
下载Better Instagram扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
+ 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...
扩展基本信息
名称 | Better Instagram |
ID | ohpfacfabigckcgpckpmmhiaogjodjci |
官方URL | https://chromewebstore.google.com/detail/better-instagram/ohpfacfabigckcgpckpmmhiaogjodjci |
简介 | This browser extension enhances your instagram.com experience by adding several essential privacy features. |
文件大小 | 247 KB |
安装次数 | 116 |
当前版本 | 1.0.0 |
更新时间 | 2023-04-27 |
上架时间 | 2023-04-26 |
评分 | 5.00/5 共1次评分 |
开发者 | VaspDev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/dclstn/better-instagram |
帮助页面URL | https://github.com/dclstn/better-instagram |
支持的语言 | 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\/*" ] } |