ytCropper Extension

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

Co je ytCropper Extension?

ytCropper Extension je rozšíření Chrome vyvinuté https://www.ytcropper.com, a jeho hlavní funkcí je „This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ytCropper Extension

Stáhněte si soubory rozšíření ytCropper Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název ytCropper Extension ytCropper Extension
ID jbfhidppllclbgkeppjpfhnihhggjood
Oficiální URL https://chromewebstore.google.com/detail/ytcropper-extension/jbfhidppllclbgkeppjpfhnihhggjood
Popis This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video
Velikost souboru 12.78 KB
Počet instalací 181
Aktuální Verze 1.2
Poslední Aktualizace 2014-06-04
Datum Vydání 2014-06-04
Hodnocení 2.71/5 Celkem 7 Hodnocení
Vývojář https://www.ytcropper.com
Typ Platby free
Webové stránky Rozšíření http://www.ytcropper.com
URL Stránky Nápovědy http://www.ytcropper.com/contact
Podporované Jazyky 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"
    ]
}