YT Repeat
Repeats YouTube videos.
Vad är YT Repeat?
YT Repeat är en Chrome-tillägg utvecklad av https://antimatter15.com, och dess huvudfunktion är "Repeats YouTube videos.".
Tilläggsskärmbilder
Ladda ner YT Repeat-förlängningens CRX-fil
Ladda ner YT Repeat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | YT Repeat |
ID | piicimoiaiblachamdicgngccadhlecl |
Officiell webbadress | https://chromewebstore.google.com/detail/yt-repeat/piicimoiaiblachamdicgngccadhlecl |
Beskrivning | Repeats YouTube videos. |
Filstorlek | 31.72 KB |
Antal Installationer | 2,846 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2014-08-20 |
Publiceringsdatum | 2014-08-19 |
Betyg | 4.13/5 Totalt 89 Betyg |
Utvecklare | https://antimatter15.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://twitter.com/antimatter15 |
Hjälpsida URL | http://twitter.com/antimatter15 |
URL till Sekretesspolicy Sidan | http://projectnaptha.com |
Stödda Språk | 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" ] } ] } |