Video Online Search
The most efficient way to find your favorite videos
Video Online Searchとは何ですか?
Video Online Searchはartem.semenov1955によって開発されたChromeの拡張機能で、その主な機能は「The most efficient way to find your favorite videos」です。
拡張機能のスクリーンショット
Video Online Search拡張機能のCRXファイルをダウンロード
Video Online Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | kfcpbdbijjdijabpicejmmhioebelank |
公式URL | https://chrome.google.com/webstore/detail/video-online-search/kfcpbdbijjdijabpicejmmhioebelank |
説明 | The most efficient way to find your favorite videos |
ファイルサイズ | 37.31 KB |
インストール数 | 50 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-02-11 |
公開日 | 2021-10-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | artem.semenov1955 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://videosearchguide.online/privacy.html |
対応言語 | 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" ] } |