Netflex

Work out while you watch your favorite shows.

Netflexとは何ですか?

NetflexはNetflexによって開発されたChromeの拡張機能で、その主な機能は「Work out while you watch your favorite shows.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Feeling guilty about watching too much TV and getting too little exercise? Netflex gives you the best of both worlds.
 
With this free extension, you can watch any Netflix show while we coach you through simple bodyweight exercises in the corner of your screen.
 
We know, it’s genius. You’re welcome.                    

拡張機能の基本情報

名前 Netflex Netflex
ID hfanmigfcphpeagamjjombcbpgafhpkf
公式URL https://chromewebstore.google.com/detail/netflex/hfanmigfcphpeagamjjombcbpgafhpkf
説明 Work out while you watch your favorite shows.
ファイルサイズ 871 KB
インストール数 379
現在のバージョン 1.0.0
最終更新日 2021-01-12
公開日 2020-09-23
評価 5.00/5 合計 1 レビュー
開発者 Netflex
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://netflexandsweat.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflex",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Work out while you watch your favorite shows.",
    "permissions": [
        "*:\/\/*.netflix.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/netflex_icon16.png",
            "32": "icons\/netflex_icon32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "js\/netflix.js"
    ],
    "icons": {
        "16": "icons\/netflex_icon16.png",
        "32": "icons\/netflex_icon32.png",
        "48": "icons\/netflex_icon48.png",
        "128": "icons\/netflex_icon128.png"
    }
}