Reply Videos Tweak For Youtube

Enables autoreplay of a YouTube™ videos

Qu'est-ce que Reply Videos Tweak For Youtube ?

Reply Videos Tweak For Youtube est une extension Chrome développée par Zenunity, et sa fonction principale est "Enables autoreplay of a YouTube™ videos".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Reply Videos Tweak For Youtube

Téléchargez les fichiers d'extension Reply Videos Tweak For Youtube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        No need to use refresh button to repeat a video on youtube anymore. because "Reply Videos Tweak For Youtube" extension will help you to to that in one single click.
For any issues or suggestions, please leave comment at Chrome Web Store. Thank you!                    

Informations de Base sur l'Extension

Nom Reply Videos Tweak For Youtube Reply Videos Tweak For Youtube
ID kijcidehmghliocaelamimgiaiogcjal
URL Officiel https://chrome.google.com/webstore/detail/reply-videos-tweak-for-yo/kijcidehmghliocaelamimgiaiogcjal
Description Enables autoreplay of a YouTube™ videos
Taille du Fichier 12.71 KB
Nombre d'Installations 22,426
Version Actuelle 1.3
Dernière Mise à Jour 2021-02-12
Date de Publication 2021-02-11
Évaluation 2.74/5 Total 491 Évaluations
Développeur Zenunity
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://4kdownloader.net/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.3",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/yt-repetertweak.js"
            ],
            "css": [
                "css\/yt.css"
            ],
            "run_at": "document_end"
        }
    ]
}