Insta Ghost

A browser extension for Instagram to see stories without seen.

什么是Insta Ghost?

Insta Ghost是由http://ashish.link开发的Chrome扩展程序,该扩展的主要功能是“A browser extension for Instagram to see stories without seen.”。

扩展截图

screenshot

下载Insta Ghost扩展crx文件

下载Insta Ghost扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Turn on ghost mode on Instagram to anonymously check stories without the seen receipt 

*The extension does not read or intercept any of your data.                    

扩展基本信息

名称 Insta Ghost Insta Ghost
ID pckckmnmgnllnclbpcmmbgindodofdia
官方URL https://chrome.google.com/webstore/detail/insta-ghost/pckckmnmgnllnclbpcmmbgindodofdia
简介 A browser extension for Instagram to see stories without seen.
文件大小 33.36 KB
安装次数 63
当前版本 2.0
更新时间 2023-05-29
上架时间 2023-05-29
评分 5.00/5 共1次评分
开发者 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": "2.0",
    "manifest_version": 3,
    "description": "A browser extension for Instagram to see stories without seen.",
    "background": {
        "service_worker": "script.js"
    },
    "action": {
        "default_icon": {
            "16": "logo\/logo16.png",
            "48": "logo\/logo48.png",
            "128": "logo\/logo128.png"
        }
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "logo\/logo16.png",
        "48": "logo\/logo48.png",
        "128": "logo\/logo128.png"
    }
}