Video Finder

Video finder extension is a very fast and easy way to download videos from different websites. This extension finds out all…

Video Finderとは何ですか?

Video Finderはnatasha4tambovによって開発されたChromeの拡張機能で、その主な機能は「Video finder extension is a very fast and easy way to download videos from different websites. This extension finds out all…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Video Finder拡張機能のCRXファイルをダウンロード

Video Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Video finder extension is a very fast and easy way to download videos from different websites.
 
This extension finds out all videos on the website and shows them at the popup menu, where you can download them in one click. 

Save your favorite videos and watch them later                    

拡張機能の基本情報

名前 Video Finder Video Finder
ID elhaaigmbkooejoamjhbahjhpgncaonf
公式URL https://chrome.google.com/webstore/detail/video-finder/elhaaigmbkooejoamjhbahjhpgncaonf
説明 Video finder extension is a very fast and easy way to download videos from different websites. This extension finds out all…
ファイルサイズ 115 KB
インストール数 10,000
現在のバージョン 0.0.4.1
最終更新日 2022-01-15
公開日 2021-11-27
評価 4.46/5 合計 24 レビュー
開発者 natasha4tambov
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://telegra.ph/Terms--Conditions-and-Privacy-Policy-11-11
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Finder",
    "version": "0.0.4.1",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "libs\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    }
}