Stuck on repeat
Adds a repeat button to Youtube & Vimeo videos.
Wat is Stuck on repeat?
Stuck on repeat is een Chrome-extensie ontwikkeld door https://www.davidlopezgomez.es, en de belangrijkste functie is "Adds a repeat button to Youtube & Vimeo videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie Stuck on repeat
Download Stuck on repeat-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
You've got me stuck on repeat And I just can't seem to break free You've got me stuck on repeat I can only move to the beat And I don't remember how it started And I don't know how to stop But every time I reach the bottom Something pulls me right back to the top 'cause
Basisinformatie over de Extensie
Naam | Stuck on repeat |
ID | pldfmggcjmefiajnmphgpnbeideaaaab |
Officiële URL | https://chromewebstore.google.com/detail/stuck-on-repeat/pldfmggcjmefiajnmphgpnbeideaaaab |
Beschrijving | Adds a repeat button to Youtube & Vimeo videos. |
Bestandsgrootte | 11.92 KB |
Aantal Installaties | 710 |
Huidige Versie | 0.14 |
Laatst Bijgewerkt | 2022-07-06 |
Publicatiedatum | 2017-09-08 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://www.davidlopezgomez.es |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stuck on repeat", "description": "__MSG_extDescription__", "author": "David L\u00f3pez", "version": "0.14", "default_locale": "en", "manifest_version": 2, "browser_action": { "default_icon": { "38": "img\/icon38.png", "19": "img\/icon19.png" } }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/vimeo.com\/*" ], "js": [ "content.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" } } |