ytCropper Extension

This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video

Cos'è ytCropper Extension?

ytCropper Extension è un'estensione di Chrome sviluppata da https://www.ytcropper.com, e la sua funzione principale è "This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ytCropper Extension

Scarica i file di estensione ytCropper Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a YouTube video                    

Informazioni di Base sull'Estensione

Nome ytCropper Extension ytCropper Extension
ID jbfhidppllclbgkeppjpfhnihhggjood
URL Ufficiale https://chromewebstore.google.com/detail/ytcropper-extension/jbfhidppllclbgkeppjpfhnihhggjood
Descrizione This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video
Dimensione del File 12.78 KB
Conteggio Installazioni 181
Versione Corrente 1.2
Ultimo Aggiornamento 2014-06-04
Data di Pubblicazione 2014-06-04
Valutazione 2.71/5 Totale 7 Valutazioni
Sviluppatore https://www.ytcropper.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.ytcropper.com
URL della Pagina di Aiuto http://www.ytcropper.com/contact
Lingue Supportate 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"
    ]
}