Video Online Search
The most efficient way to find your favorite videos
Vad är Video Online Search?
Video Online Search är en Chrome-tillägg utvecklad av artem.semenov1955, och dess huvudfunktion är "The most efficient way to find your favorite videos".
Tilläggsskärmbilder
Ladda ner Video Online Search-förlängningens CRX-fil
Ladda ner Video Online Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | kfcpbdbijjdijabpicejmmhioebelank |
Officiell webbadress | https://chrome.google.com/webstore/detail/video-online-search/kfcpbdbijjdijabpicejmmhioebelank |
Beskrivning | The most efficient way to find your favorite videos |
Filstorlek | 37.31 KB |
Antal Installationer | 50 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2022-02-11 |
Publiceringsdatum | 2021-10-02 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | artem.semenov1955 |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://videosearchguide.online/privacy.html |
Stödda Språk | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/videosearchguide.online\/media\/icons\/favicon.ico", "is_default": true, "keyword": "Personal", "name": "Personal", "search_url": "https:\/\/videosearchguide.online\/search.php?q={searchTerms}" } }, "description": "The most efficient way to find your favorite videos", "icons": { "128": "icon.png", "16": "icon.png", "24": "icon.png", "256": "icon.png", "48": "icon.png", "96": "icon.png" }, "manifest_version": 2, "name": "Video Online Search", "permissions": [ "storage", "*:\/\/videosearchguide.online\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "icon.png" ] } |