Bing Video Helper
Search results link directly to the source rather than the Bing Video Player.
Bing Video Helperとは何ですか?
Bing Video Helperはambloemによって開発されたChromeの拡張機能で、その主な機能は「Search results link directly to the source rather than the Bing Video Player.」です。
拡張機能のスクリーンショット
Bing Video Helper拡張機能のCRXファイルをダウンロード
Bing Video Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Bing Video Helper |
ID | mioahmmiboemablcdjfndpgljepiclbb |
公式URL | https://chromewebstore.google.com/detail/bing-video-helper/mioahmmiboemablcdjfndpgljepiclbb |
説明 | Search results link directly to the source rather than the Bing Video Player. |
ファイルサイズ | 19.36 KB |
インストール数 | 93 |
現在のバージョン | 1.5 |
最終更新日 | 2022-06-05 |
公開日 | 2021-05-15 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | ambloem |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } |