Mute Site

Mute sites by hostname completely

什么是Mute Site?

Mute Site是由https://prasanth.info开发的Chrome扩展程序,该扩展的主要功能是“Mute sites by hostname completely”。

扩展截图

screenshot

下载Mute Site扩展crx文件

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

扩展使用说明

                        Mute websites by hostname permanently. User can untoggled that behavior                    

扩展基本信息

名称 Mute Site Mute Site
ID phgcpmjiokheliapadjbpocmngbepini
官方URL https://chromewebstore.google.com/detail/mute-site/phgcpmjiokheliapadjbpocmngbepini
简介 Mute sites by hostname completely
文件大小 23.06 KB
安装次数 123
当前版本 0.1
更新时间 2021-01-11
上架时间 2021-01-10
评分 5.00/5 共1次评分
开发者 https://prasanth.info
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "out\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "Mute Tab"
    },
    "description": "Mute sites by hostname completely",
    "homepage_url": "https:\/\/github.com\/cedric05",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 2,
    "name": "Mute Site",
    "permissions": [
        "storage",
        "tabs"
    ],
    "short_name": "mute-site",
    "version": "0.1",
    "extension_id": "b98837b0-c020-42b0-b4dc-6866ee963d28",
    "unique_id": "extension_id"
}