Mute Button for Google+

One-click mute buttons for posts on Google+ (Google Plus)

Mute Button for Google+ là gì?

Mute Button for Google+ là một tiện ích mở rộng Chrome được phát triển bởi Jerome Dane, và tính năng chính của nó là "One-click mute buttons for posts on Google+ (Google Plus)".

Ả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 Mute Button for Google+

Tải xuống các tệp mở rộng Mute Button for Google+ 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

                        Puts mute buttons into posts on Google+ so you can easily mute posts with a single click.

Like this? You could buy me a cop of coffee: http://goo.gl/g8ckz

Follow Jerome Dane for updates:

Google - http://goo.gl/brcnw
Facebook - http://goo.gl/OwKIG
Twitter - http://goo.gl/UTh0W                    

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

Tên Mute Button for Google+ Mute Button for Google+
ID ijkhodmcbfefibhmlngmdnfhhmcnmljd
URL Chính Thức https://chrome.google.com/webstore/detail/mute-button-for-google+/ijkhodmcbfefibhmlngmdnfhhmcnmljd
Mô tả One-click mute buttons for posts on Google+ (Google Plus)
Kích Thước Tệp 97.19 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2012-11-29
Ngày Phát Hành 2012-11-29
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Jerome Dane
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/JeromeDane/Google-Plus-Mute-Button
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mute Button for Google+",
    "description": "One-click mute buttons for posts on Google+ (Google Plus)",
    "version": "0.0.3",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/plus.google.com\/*",
        "https:\/\/plus.google.com\/*"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "includes\/jquery.js",
                "includes\/userscript.user.js"
            ],
            "matches": [
                "http:\/\/plus.google.com\/*",
                "https:\/\/plus.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}