LoopTube
Auto loop the YouTube video
Hvad er LoopTube?
LoopTube er en Chrome-udvidelse udviklet af vedha.viyash, og dens hovedfunktion er "Auto loop the YouTube video".
Udvidelsesskærmbilleder
Download LoopTube-udvidelses-CRX-fil
Download LoopTube-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
Auto loop the YouTube video when it ends. No more click replay buttons again! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | faaokfideffddckilhbjniccnelnioid |
| Officiel URL | https://chromewebstore.google.com/detail/looptube/faaokfideffddckilhbjniccnelnioid |
| Beskrivelse | Auto loop the YouTube video |
| Filstørrelse | 10.51 KB |
| Antal Installationer | 75 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2020-08-18 |
| Udgivelsesdato | 2020-08-18 |
| Udvikler | vedha.viyash |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "LoopTube",
"version": "0.0.1",
"description": "Auto loop the YouTube video",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "youtube.png",
"48": "youtube.png",
"128": "youtube.png"
},
"browser_action": {
"default_icon": "youtube.png",
"default_title": "Turning this extension on will loop the YouTube video automatically"
}
} | |