YT Repeat
Repeats YouTube videos.
Hvad er YT Repeat?
YT Repeat er en Chrome-udvidelse udviklet af https://antimatter15.com, og dens hovedfunktion er "Repeats YouTube videos.".
Udvidelsesskærmbilleder
Download YT Repeat-udvidelses-CRX-fil
Download YT Repeat-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
Somehow it doesn't look like there's another YouTube repeat extension, so here's one. It's pretty simple and works with both the flash and HTML5 players, and should hopefully survive whenever YouTube updates.
Grundlæggende oplysninger om udvidelsen
Navn | YT Repeat |
ID | piicimoiaiblachamdicgngccadhlecl |
Officiel URL | https://chromewebstore.google.com/detail/yt-repeat/piicimoiaiblachamdicgngccadhlecl |
Beskrivelse | Repeats YouTube videos. |
Filstørrelse | 31.72 KB |
Antal Installationer | 2,846 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2014-08-20 |
Udgivelsesdato | 2014-08-19 |
Bedømmelse | 4.13/5 Samlet 89 Bedømmelser |
Udvikler | https://antimatter15.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://twitter.com/antimatter15 |
Hjælpeside-URL | http://twitter.com/antimatter15 |
URL til Fortrolighedspolitik Side | http://projectnaptha.com |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YT Repeat", "version": "1.0.3", "description": "Repeats YouTube videos.", "icons": { "16": "icons\/16.png", "22": "icons\/22.png", "32": "icons\/32.png", "48": "icons\/48.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "contentscript.js" ] } ] } |