Google+ Hovercard Blocker

Hide away the Google Plus profile Hovercards that are shown when you hover the mouse above anyone's name.

什么是Google+ Hovercard Blocker?

Google+ Hovercard Blocker是由Sloy开发的Chrome扩展程序,该扩展的主要功能是“Hide away the Google Plus profile Hovercards that are shown when you hover the mouse above anyone's name.”。

扩展截图

screenshot

下载Google+ Hovercard Blocker扩展crx文件

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

扩展使用说明

                        ¿Cansado de los molestos popups que aparecen en Google Plus con el perfil de un usuario al pasar el ratón sobre su nombre? Esta extensión es para ti. Ocúltalos por completo para que no te vuelvan a molestar más. Sin configuración ni historias, instalar y listo.

También quita las tarjetas de recomendación de páginas y "Quizás conozcas a". ¡Luchando por un stream limpio!                    

扩展基本信息

名称 Google+ Hovercard Blocker Google+ Hovercard Blocker
ID bkkdeoofobjcnolnilhiapnfjgmcmidi
官方URL https://chrome.google.com/webstore/detail/google+-hovercard-blocker/bkkdeoofobjcnolnilhiapnfjgmcmidi
简介 Hide away the Google Plus profile Hovercards that are shown when you hover the mouse above anyone's name.
文件大小 21.55 KB
安装次数 18
当前版本 1.3.2
更新时间 2013-10-15
上架时间 2013-10-15
评分 5.00/5 共2次评分
开发者 Sloy
付费类型 free
支持的语言 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "version": "1.3.2",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "myscript.js"
            ],
            "all_frames": true
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "__MSG_action_title__"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ]
}