Bing Video Helper
Search results link directly to the source rather than the Bing Video Player.
O que é Bing Video Helper?
Bing Video Helper é uma extensão do Chrome desenvolvida por ambloem, e sua principal característica é "Search results link directly to the source rather than the Bing Video Player.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bing Video Helper
Baixe arquivos de extensão Bing Video Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Bing Video Helper |
ID | mioahmmiboemablcdjfndpgljepiclbb |
URL Oficial | https://chromewebstore.google.com/detail/bing-video-helper/mioahmmiboemablcdjfndpgljepiclbb |
Descrição | Search results link directly to the source rather than the Bing Video Player. |
Tamanho do Arquivo | 19.36 KB |
Contagem de Instalações | 93 |
Versão Atual | 1.5 |
Última Atualização | 2022-06-05 |
Data de Publicação | 2021-05-15 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | ambloem |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |