Simple Youtube Repeater
Simply click the repeat button to make the Youtube video automatically repeat.
Hvad er Simple Youtube Repeater?
Simple Youtube Repeater er en Chrome-udvidelse udviklet af kennethdevel, og dens hovedfunktion er "Simply click the repeat button to make the Youtube video automatically repeat.".
Udvidelsesskærmbilleder
Download Simple Youtube Repeater-udvidelses-CRX-fil
Download Simple Youtube Repeater-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
Simply click the repeat button to make the video automatically repeat.
Grundlæggende oplysninger om udvidelsen
Navn | Simple Youtube Repeater |
ID | pbjaladifincbflhpknphchnapmemgnm |
Officiel URL | https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm |
Beskrivelse | Simply click the repeat button to make the Youtube video automatically repeat. |
Filstørrelse | 15.46 KB |
Antal Installationer | 694 |
Nuværende Version | 3.0 |
Senest Opdateret | 2016-06-13 |
Udgivelsesdato | 2016-06-13 |
Bedømmelse | 4.29/5 Samlet 7 Bedømmelser |
Udvikler | kennethdevel |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Youtube Repeater", "description": "Simply click the repeat button to make the Youtube video automatically repeat.", "version": "3.0", "author": "Kenneth", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "js": [ "cs.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" } } |