Bing Video Helper
Search results link directly to the source rather than the Bing Video Player.
Co je Bing Video Helper?
Bing Video Helper je rozšíření Chrome vyvinuté ambloem, a jeho hlavní funkcí je „Search results link directly to the source rather than the Bing Video Player.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bing Video Helper
Stáhněte si soubory rozšíření Bing Video Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Bing Video Helper |
ID | mioahmmiboemablcdjfndpgljepiclbb |
Oficiální URL | https://chromewebstore.google.com/detail/bing-video-helper/mioahmmiboemablcdjfndpgljepiclbb |
Popis | Search results link directly to the source rather than the Bing Video Player. |
Velikost souboru | 19.36 KB |
Počet instalací | 93 |
Aktuální Verze | 1.5 |
Poslední Aktualizace | 2022-06-05 |
Datum Vydání | 2021-05-15 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | ambloem |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |