Mute Site

Mute sites by hostname completely

Mute Siteคืออะไร?

Mute Site เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://prasanth.info และคุณลักษณะหลักของมันคือ "Mute sites by hostname completely"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mute Site

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}