11Sight

This extension allows you to get notifications.

什么是11Sight?

11Sight是由https://11sight.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to get notifications.”。

扩展截图

下载11Sight扩展crx文件

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

扩展使用说明

                        This extension allows you to get notifications.                    

扩展基本信息

名称 11Sight 11Sight
ID pekiflfkkgnigmamnkficohhinpejnoa
官方URL https://chromewebstore.google.com/detail/11sight/pekiflfkkgnigmamnkficohhinpejnoa
简介 This extension allows you to get notifications.
文件大小 64.96 KB
安装次数 261
当前版本 0.4.1
更新时间 2022-01-27
上架时间 2019-06-24
评分 5.00/5 共1次评分
开发者 https://11sight.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "11Sight",
    "version": "0.4.1",
    "browser_action": {
        "default_icon": "img\/11sight-logo.png",
        "default_title": "11sight"
    },
    "icons": {
        "128": "img\/11sight-logo.png"
    },
    "permissions": [
        "https:\/\/*.11sight.com\/",
        "background",
        "notifications",
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "src\/content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.11sight.com\/*"
            ]
        }
    ]
}