Bing Video Helper
Search results link directly to the source rather than the Bing Video Player.
Bing Video Helper là gì?
Bing Video Helper là một tiện ích mở rộng Chrome được phát triển bởi ambloem, và tính năng chính của nó là "Search results link directly to the source rather than the Bing Video Player.".
Ả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 Bing Video Helper
Tải xuống các tệp mở rộng Bing Video Helper 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
This extension fixes Bing video search results so that they link directly to the source rather than to the Bing video player. This extension also has an optional "right-click to search Bing video" feature.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bing Video Helper |
ID | mioahmmiboemablcdjfndpgljepiclbb |
URL Chính Thức | https://chromewebstore.google.com/detail/bing-video-helper/mioahmmiboemablcdjfndpgljepiclbb |
Mô tả | Search results link directly to the source rather than the Bing Video Player. |
Kích Thước Tệp | 19.36 KB |
Số Lần Cài Đặt | 93 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2022-06-05 |
Ngày Phát Hành | 2021-05-15 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | ambloem |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.bing.com\/search*", "https:\/\/*.bing.com\/videos*" ], "js": [ "jsonlite.js", "content.js" ] } ], "browser_action": { "default_title": "__MSG_extensionName__", "default_icon": "icons\/logo-128.png", "default_popup": "options.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "contextMenus", "storage" ], "icons": { "128": "icons\/logo-128.png" }, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "browser_specific_settings": { "gecko": { "id": "{A18D4A17-D401-7C30-F6C3-9F6B39E5B28E}" } }, "author": "Aaron Bloem", "manifest_version": 2, "version": "1.5" } |