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.」です。
拡張機能のスクリーンショット
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!
拡張機能の基本情報
名前 | |
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:\/\/*\/*" ] } |