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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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:\/\/*\/*"
    ]
}