Page Muter

Mute the whole page by just one click!

Page Muter là gì?

Page Muter là một tiện ích mở rộng Chrome được phát triển bởi https://www.nzfun.cn, và tính năng chính của nó là "Mute the whole page by just one click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Page Muter

Tải xuống các tệp mở rộng Page Muter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With Page Muter, you can mute your whole page with just one click. You will like it.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Page Muter Page Muter
ID leadihbifcpejoijpbehieoinfmjaedh
URL Chính Thức https://chrome.google.com/webstore/detail/page-muter/leadihbifcpejoijpbehieoinfmjaedh
Mô tả Mute the whole page by just one click!
Kích Thước Tệp 408 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-07-20
Ngày Phát Hành 2018-07-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.nzfun.cn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.nzfun.cn
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Page Muter"
    },
    "author": "HTB",
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js",
                "js\/jquery-3.2.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "js\/mute.js",
        "js\/unmute.js",
        "js\/play.js",
        "js\/pause.js"
    ],
    "description": "Mute the whole page by just one click!",
    "homepage_url": "https:\/\/www.nzfun.cn",
    "icons": {
        "128": "images\/icon_48.png",
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png"
    },
    "manifest_version": 2,
    "name": "Page Muter",
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "contextMenus"
    ],
    "version": "1.0"
}