Suberflix

Add Subtitles To Streaming Movies And Series

Suberflixとは何ですか?

Suberflixはhttps://suberflix.comによって開発されたChromeの拡張機能で、その主な機能は「Add Subtitles To Streaming Movies And Series」です。

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

screenshot

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

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

拡張機能の使用方法

                        Suberflix allows you to add subtitles in any language to your favorite online movies. 
Also compatible with Netflix!                    

拡張機能の基本情報

名前 Suberflix Suberflix
ID lbbbhedjbckmeifebijaidgiccifohfd
公式URL https://chromewebstore.google.com/detail/suberflix/lbbbhedjbckmeifebijaidgiccifohfd
説明 Add Subtitles To Streaming Movies And Series
ファイルサイズ 524 KB
インストール数 1,670
現在のバージョン 2.0.3
最終更新日 2020-04-02
公開日 2020-04-01
評価 3.47/5 合計 19 レビュー
開発者 https://suberflix.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://suberflix.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Suberflix",
    "description": "Add Subtitles To Streaming Movies And Series",
    "version": "2.0.3",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        ""
    ],
    "web_accessible_resources": [
        "js\/search.js",
        "search.html",
        "settings.html"
    ]
}