Simple Youtube Repeater

Simply click the repeat button to make the Youtube video automatically repeat.

Vad är Simple Youtube Repeater?

Simple Youtube Repeater är en Chrome-tillägg utvecklad av kennethdevel, och dess huvudfunktion är "Simply click the repeat button to make the Youtube video automatically repeat.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Simple Youtube Repeater-förlängningens CRX-fil

Ladda ner Simple Youtube Repeater-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Simply click the repeat button to make the video automatically repeat.                    

Grundläggande Information om Tillägg

Namn Simple Youtube Repeater Simple Youtube Repeater
ID pbjaladifincbflhpknphchnapmemgnm
Officiell webbadress https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm
Beskrivning Simply click the repeat button to make the Youtube video automatically repeat.
Filstorlek 15.46 KB
Antal Installationer 694
Aktuell Version 3.0
Senast Uppdaterad 2016-06-13
Publiceringsdatum 2016-06-13
Betyg 4.29/5 Totalt 7 Betyg
Utvecklare kennethdevel
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Youtube Repeater",
    "description": "Simply click the repeat button to make the Youtube video automatically repeat.",
    "version": "3.0",
    "author": "Kenneth",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?*"
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}