Simple Youtube Repeater
Simply click the repeat button to make the Youtube video automatically repeat.
Wat is Simple Youtube Repeater?
Simple Youtube Repeater is een Chrome-extensie ontwikkeld door kennethdevel, en de belangrijkste functie is "Simply click the repeat button to make the Youtube video automatically repeat.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Youtube Repeater
Download Simple Youtube Repeater-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simply click the repeat button to make the video automatically repeat.
Basisinformatie over de Extensie
Naam | Simple Youtube Repeater |
ID | pbjaladifincbflhpknphchnapmemgnm |
Officiële URL | https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm |
Beschrijving | Simply click the repeat button to make the Youtube video automatically repeat. |
Bestandsgrootte | 15.46 KB |
Aantal Installaties | 694 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2016-06-13 |
Publicatiedatum | 2016-06-13 |
Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | kennethdevel |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |