Smart Repeat

Repeat YouTube videos from any point in time

Apa itu Smart Repeat?

Smart Repeat adalah ekstensi Chrome yang dikembangkan oleh OldGen Software, dan fitur utamanya adalah "Repeat YouTube videos from any point in time".

Unduh Berkas CRX Ekstensi Smart Repeat

Unduh file ekstensi Smart Repeat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        You can repeat youtube from any point in time. :D                    

Informasi Dasar Ekstensi

Nama Smart Repeat Smart Repeat
ID cbafpldbkgamhfbggmdnjfmglcjaeldb
URL Resmi https://chrome.google.com/webstore/detail/smart-repeat/cbafpldbkgamhfbggmdnjfmglcjaeldb
Deskripsi Repeat YouTube videos from any point in time
Ukuran File 18.32 KB
Jumlah Instalasi 25
Versi Saat Ini 1.33.7
Terakhir Diperbarui 2013-08-07
Tanggal Publikasi 2013-08-07
Penilaian 1.00/5 Total 2 Penilaian
Pengembang OldGen Software
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Repeat",
    "content_scripts": [
        {
            "js": [
                "smartrepeat.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "Repeat YouTube videos from any point in time",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "1.33.7",
    "manifest_version": 2
}