Insta Ghost
A browser extension for Instagram to read messages and see stories without read receipts or seen.
什么是Insta Ghost?
Insta Ghost是由http://ashish.link开发的Chrome扩展程序,该扩展的主要功能是“A browser extension for Instagram to read messages and see stories without read receipts or seen.”。
扩展截图
下载Insta Ghost扩展crx文件
下载Insta Ghost扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Turn on ghost mode on Instagram to anonymously read messages and see stories without the seen receipt *The extension does not read or intercept any of your data.
扩展基本信息
名称 | |
ID | haigipojhdbjeekbhgnpbpakpmdogcbf |
官方URL | https://chrome.google.com/webstore/detail/insta-ghost/haigipojhdbjeekbhgnpbpakpmdogcbf |
简介 | A browser extension for Instagram to read messages and see stories without read receipts or seen. |
文件大小 | 34.51 KB |
安装次数 | 111 |
当前版本 | 1.0 |
更新时间 | 2022-01-17 |
上架时间 | 2022-01-17 |
评分 | 5.00/5 共2次评分 |
开发者 | http://ashish.link |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ashish-r/insta-ghost |
帮助页面URL | https://github.com/ashish-r/insta-ghost/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insta Ghost", "version": "1.0", "manifest_version": 2, "description": "A browser extension for Instagram to read messages and see stories without read receipts or seen.", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_popup": "option.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*.instagram.com\/*" ], "icons": { "16": "logo\/logo16.png", "48": "logo\/logo48.png", "128": "logo\/logo128.png" } } |