ytloop
Automatically replay the video in Youtube by default.
Was ist ytloop?
ytloop ist eine Chrome-Erweiterung, die von ikaflower entwickelt wurde, und ihr Hauptmerkmal ist "Automatically replay the video in Youtube by default.".
Erweiterungsscreenshots
ytloop-Erweiterungs-CRX-Datei herunterladen
Laden Sie ytloop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        You can play Youtube video endlessly by default. In other words, This automatically replay the video clip.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | elcnaihlaknobdaoafljjbpbdobaccpp | 
| Offizielle URL | https://chromewebstore.google.com/detail/ytloop/elcnaihlaknobdaoafljjbpbdobaccpp | 
| Beschreibung | Automatically replay the video in Youtube by default. | 
| Dateigröße | 11.64 KB | 
| Installationsanzahl | 17 | 
| Aktuelle Version | 1.0.2 | 
| Letztes Update | 2013-07-16 | 
| Veröffentlichungsdatum | 2013-07-16 | 
| Bewertung | 3.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | ikaflower | 
| Zahlungsart | free | 
| Unterstützte Sprachen | en,ja | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ytloop",
    "version": "1.0.2",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "ytloop.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}  |  |