File Centipede

FileCXX integration. Download files, videos, and audio from web pages.

File Centipedeとは何ですか?

File Centipedeはhttps://filecxx.comによって開発されたChromeの拡張機能で、その主な機能は「FileCXX integration. Download files, videos, and audio from web pages.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        (Please be aware, this extension doesn't work with YouTube and doesn't offer the corresponding functionality. If you want to download videos from YouTube, this extension might not be suitable for you.)

This browser extension makes it easy to download all kinds of media from web pages. It supports various formats like mp3, mp4, webm, flv, ogg, avi, mkv, m3u8......

Designed for a seamless user experience, the extension is straightforward to use. When a video is detected on a webpage, a small floating box appears in the top right corner. Clicking on it reveals a download list with all available resolutions for that video. Simply click to download to your local device.

Additionally, the extension offers a collector mode, allowing batch previewing or downloading of over 1000 videos across web pages.

It's also convenient for gathering audio materials. You can easily preview and filter audio files, much like using a music player.

Alongside the extension, a powerful desktop application is provided. It takes over the browser's built-in download manager, significantly boosting download speeds. It supports nearly all mainstream protocols like HTTP, FTP, SSH, Magnet, and Torrent, and even automatically parses other third-party protocols like CURL, wget, aria2, axel, etc., from the command line.


(Note: This browser extension cannot operate independently; it requires installation of the FileCentipede desktop application.)

FileCentipede Official Website:
http://filecxx.com                    

拡張機能の基本情報

名前 File Centipede File Centipede
ID ogfhebakocdbenmnkaajmckmbcnnafmm
公式URL https://chromewebstore.google.com/detail/file-centipede/ogfhebakocdbenmnkaajmckmbcnnafmm
説明 FileCXX integration. Download files, videos, and audio from web pages.
ファイルサイズ 646 KB
インストール数 2,403
現在のバージョン 2.93
最終更新日 2024-02-27
公開日 2023-03-23
評価 3.75/5 合計 4 レビュー
開発者 https://filecxx.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://filecxx.com
ヘルプページのURL http://filecxx.com
対応言語 id,en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appname__",
    "version": "2.93",
    "description": "FileCXX integration. Download files, videos, and audio from web pages.",
    "homepage_url": "http:\/\/www.filecxx.com",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon.png"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "config.js",
                "libs\/base64.js",
                "libs\/functions.js",
                "background\/mimes.js",
                "parser\/parser_m3u8.js",
                "parser\/parser_quality.js",
                "content\/content_element_selector.js",
                "content\/content_wrapper.js",
                "content\/content_ui.js",
                "content\/content_location.js",
                "content\/content_magnets.js",
                "content\/content_others.js",
                "content\/content_extract.js",
                "content\/content_medias.js",
                "content\/content_collector.js",
                "content\/content_video_bar.js",
                "content\/content_video_bar_item.js",
                "content\/content_injector.js",
                "content\/content_xdialog.js",
                "content\/content.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start",
            "css": [
                "default.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "config.js",
                "icons\/*",
                "content\/*",
                "icons\/*",
                "libs\/*",
                "libs\/*\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "contextMenus",
        "webRequest",
        "webNavigation",
        "storage",
        "downloads",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}