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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide away the Google Plus profile Hovercards that are shown when you hover the mouse above anyone's name."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google+ Hovercard Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ¿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:\/\/*\/*"
    ]
}