Netflix rewind x seconds

Netflix rewind or skip a parameter seconds

Netflix rewind x secondsとは何ですか?

Netflix rewind x secondsはwahid-mohによって開発されたChromeの拡張機能で、その主な機能は「Netflix rewind or skip a parameter seconds」です。

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

screenshot

Netflix rewind x seconds拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Rewind / skip time on netflix movies, time can be paramtered.

Use key keyboard <  to rewind with x second
Use key keyboard >  to skip with x second
Use > or . to skip with 5 seconds (does get stuck sometimes)                    

拡張機能の基本情報

名前 Netflix rewind x seconds Netflix rewind x seconds
ID jmklaacdggogjblaiofpikjjhblhicop
公式URL https://chromewebstore.google.com/detail/netflix-rewind-x-seconds/jmklaacdggogjblaiofpikjjhblhicop
説明 Netflix rewind or skip a parameter seconds
ファイルサイズ 8.89 KB
インストール数 352
現在のバージョン 1.0
最終更新日 2023-01-11
公開日 2023-01-10
評価 2.75/5 合計 4 レビュー
開発者 wahid-moh
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/wahid-moh/rewind-netflix
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Netflix rewind x seconds",
    "description": "Netflix rewind or skip a parameter seconds",
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "netflix-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}