Video Library Search
The most efficient way to find your favorite videos
Was ist Video Library Search?
Video Library Search ist eine Chrome-Erweiterung, die von https://myvideolibrary.info entwickelt wurde, und ihr Hauptmerkmal ist "The most efficient way to find your favorite videos".
Erweiterungsscreenshots
Video Library Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Video Library Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This browser extension is the most efficient way to find your favourite videos. It changes your default search and helps you to switch between video sharing platforms easily. Just few clicks to change it! The interface is very simple and light, nothing useless. Please click "Support" to submit bug reports, questions and feature suggestions. Please do not leave bug reports in your review. By clicking "Add to Chrome", you accept the terms below and agree to add Global Search to Chrome
Grundlegende Informationen zur Erweiterung
Name | Video Library Search |
ID | efakcomgmimcekdejnoafmmbgnpdhdfm |
Offizielle URL | https://chromewebstore.google.com/detail/video-library-search/efakcomgmimcekdejnoafmmbgnpdhdfm |
Beschreibung | The most efficient way to find your favorite videos |
Dateigröße | 34 KB |
Installationsanzahl | 1,885 |
Aktuelle Version | 0.0.9 |
Letztes Update | 2020-11-04 |
Veröffentlichungsdatum | 2020-11-04 |
Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
Entwickler | https://myvideolibrary.info |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://myvideolibrary.info/privacy.php |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "chrome_settings_overrides": { "search_provider": { "name": "Personal", "keyword": "Personal", "is_default": true, "encoding": "UTF-8", "favicon_url": "https:\/\/myvideolibrary.info\/media\/icons\/favicon.ico", "search_url": "https:\/\/myvideolibrary.info\/search.php?q={searchTerms}", "suggest_url": "https:\/\/myvideolibrary.info\/suggestions.php?q={searchTerms}" } }, "icons": { "16": "icon.png", "24": "icon.png", "48": "icon.png", "96": "icon.png", "128": "icon.png", "256": "icon.png" }, "permissions": [ "storage", "*:\/\/myvideolibrary.info\/*" ], "manifest_version": 2, "name": "Video Library Search", "description": "The most efficient way to find your favorite videos", "version": "0.0.9", "web_accessible_resources": [ "icon.png" ] } |