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 هو إضافة Chrome تم تطويرها بواسطة Sloy، والميزة الرئيسية لها هي "Hide away the Google Plus profile Hovercards that are shown when you hover the mouse above anyone's name.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google+ Hovercard Blocker

قم بتنزيل ملفات الامتداد Google+ Hovercard Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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:\/\/*\/*"
    ]
}