Bing Video Helper
Search results link directly to the source rather than the Bing Video Player.
Wat is Bing Video Helper?
Bing Video Helper is een Chrome-extensie ontwikkeld door ambloem, en de belangrijkste functie is "Search results link directly to the source rather than the Bing Video Player.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bing Video Helper
Download Bing Video Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Bing Video Helper |
ID | mioahmmiboemablcdjfndpgljepiclbb |
Officiële URL | https://chromewebstore.google.com/detail/bing-video-helper/mioahmmiboemablcdjfndpgljepiclbb |
Beschrijving | Search results link directly to the source rather than the Bing Video Player. |
Bestandsgrootte | 19.36 KB |
Aantal Installaties | 93 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2022-06-05 |
Publicatiedatum | 2021-05-15 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | ambloem |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |