Mute Button for Google+

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

什么是Mute Button for Google+?

Mute Button for Google+是由Jerome Dane开发的Chrome扩展程序,该扩展的主要功能是“One-click mute buttons for posts on Google+ (Google Plus)”。

扩展截图

screenshot

下载Mute Button for Google+扩展crx文件

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

扩展使用说明

                        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                    

扩展基本信息

名称 Mute Button for Google+ Mute Button for Google+
ID ijkhodmcbfefibhmlngmdnfhhmcnmljd
官方URL https://chrome.google.com/webstore/detail/mute-button-for-google+/ijkhodmcbfefibhmlngmdnfhhmcnmljd
简介 One-click mute buttons for posts on Google+ (Google Plus)
文件大小 97.19 KB
安装次数 119
当前版本 0.0.3
更新时间 2012-11-29
上架时间 2012-11-29
评分 4.13/5 共8次评分
开发者 Jerome Dane
付费类型 free
扩展官网 https://github.com/JeromeDane/Google-Plus-Mute-Button
支持的语言 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"
        }
    ]
}