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
Eメール [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"
}