ytCropper Extension
This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video
Wat is ytCropper Extension?
ytCropper Extension is een Chrome-extensie ontwikkeld door https://www.ytcropper.com, en de belangrijkste functie is "This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video".
Extensie Screenshots
Download het CRX-bestand van de extensie ytCropper Extension
Download ytCropper Extension-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
This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a YouTube video
Basisinformatie over de Extensie
Naam | |
ID | jbfhidppllclbgkeppjpfhnihhggjood |
Officiële URL | https://chromewebstore.google.com/detail/ytcropper-extension/jbfhidppllclbgkeppjpfhnihhggjood |
Beschrijving | This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video |
Bestandsgrootte | 12.78 KB |
Aantal Installaties | 181 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2014-06-04 |
Publicatiedatum | 2014-06-04 |
Beoordeling | 2.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://www.ytcropper.com |
Betalingswijze | free |
Extensiewebsite | http://www.ytcropper.com |
Help Pagina-URL | http://www.ytcropper.com/contact |
Ondersteunde Talen | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ytCropper Extension", "description": "This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video", "version": "1.2", "page_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon.png" }, "permissions": [ "tabs" ] } |