ytloop
Automatically replay the video in Youtube by default.
Hvad er ytloop?
ytloop er en Chrome-udvidelse udviklet af ikaflower, og dens hovedfunktion er "Automatically replay the video in Youtube by default.".
Udvidelsesskærmbilleder
Download ytloop-udvidelses-CRX-fil
Download ytloop-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
You can play Youtube video endlessly by default. In other words, This automatically replay the video clip. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | elcnaihlaknobdaoafljjbpbdobaccpp |
| Officiel URL | https://chromewebstore.google.com/detail/ytloop/elcnaihlaknobdaoafljjbpbdobaccpp |
| Beskrivelse | Automatically replay the video in Youtube by default. |
| Filstørrelse | 11.64 KB |
| Antal Installationer | 17 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2013-07-16 |
| Udgivelsesdato | 2013-07-16 |
| Bedømmelse | 3.00/5 Samlet 1 Bedømmelser |
| Udvikler | ikaflower |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |