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 là gì?
Google+ Hovercard Blocker là một tiện ích mở rộng Chrome được phát triển bởi Sloy, và tính năng chính của nó là "Hide away the Google Plus profile Hovercards that are shown when you hover the mouse above anyone's name.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google+ Hovercard Blocker
Tải xuống các tệp mở rộng Google+ Hovercard Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
¿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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bkkdeoofobjcnolnilhiapnfjgmcmidi |
URL Chính Thức | https://chrome.google.com/webstore/detail/google+-hovercard-blocker/bkkdeoofobjcnolnilhiapnfjgmcmidi |
Mô tả | Hide away the Google Plus profile Hovercards that are shown when you hover the mouse above anyone's name. |
Kích Thước Tệp | 21.55 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2013-10-15 |
Ngày Phát Hành | 2013-10-15 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Sloy |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |