Showyou

Share videos on Showyou.

Cos'è Showyou?

Showyou è un'estensione di Chrome sviluppata da http://showyou.com, e la sua funzione principale è "Share videos on Showyou.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Showyou

Scarica i file di estensione Showyou 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

                        All the videos your friends share in one place. On your iPad, iPhone and the Web. Use this extension to easily share videos you find around the web on Showyou.                    

Informazioni di Base sull'Estensione

Nome Showyou Showyou
ID ilcjcaognplmdibjbbnblikgjjkkkmlc
URL Ufficiale https://chrome.google.com/webstore/detail/showyou/ilcjcaognplmdibjbbnblikgjjkkkmlc
Descrizione Share videos on Showyou.
Dimensione del File 118 KB
Conteggio Installazioni 56
Versione Corrente 1.6
Ultimo Aggiornamento 2014-02-10
Data di Pubblicazione 2014-02-10
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore http://showyou.com
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Showyou",
    "version": "1.6",
    "manifest_version": 2,
    "description": "Share videos on Showyou.",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/uri.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}