Repeat button

Make videos play on repeat by pressing single button.

Repeat buttonとは何ですか?

Repeat buttonはMarius Turcuによって開発されたChromeの拡張機能で、その主な機能は「Make videos play on repeat by pressing single button.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Repeat Button adds automatic replay capabilities to online videos.
It simply adds a new button to online videos. Once activated it plays a video in a loop.

Repeat Button works on Youtube, many popular video sites, and generic HTML5 videos.

How to use:
You can enable the repeat mode both from the toolbar or from the player.                    

拡張機能の基本情報

名前 Repeat button Repeat button
ID iicpikopjmmincpjkckdngpkmlcchold
公式URL https://chrome.google.com/webstore/detail/repeat-button/iicpikopjmmincpjkckdngpkmlcchold
説明 Make videos play on repeat by pressing single button.
ファイルサイズ 417 KB
インストール数 1,466,157
現在のバージョン 1.7.1
最終更新日 2022-10-13
公開日 2021-06-13
評価 4.12/5 合計 17 レビュー
開発者 Marius Turcu
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.notion.so/Repeat-button-Privacy-policy-542aa0c225c24770ab6d1e9c06181530
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Repeat button",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon-128.png",
            "48": "icons\/icon-48.png",
            "16": "icons\/icon-16.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "web_accessible_resources": [
        "*.png"
    ],
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        ""
    ],
    "version": "1.7.1"
}