Showyou

Share videos on Showyou.

Wat is Showyou?

Showyou is een Chrome-extensie ontwikkeld door http://showyou.com, en de belangrijkste functie is "Share videos on Showyou.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Showyou

Download Showyou-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

                        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.                    

Basisinformatie over de Extensie

Naam Showyou Showyou
ID ilcjcaognplmdibjbbnblikgjjkkkmlc
Officiële URL https://chrome.google.com/webstore/detail/showyou/ilcjcaognplmdibjbbnblikgjjkkkmlc
Beschrijving Share videos on Showyou.
Bestandsgrootte 118 KB
Aantal Installaties 56
Huidige Versie 1.6
Laatst Bijgewerkt 2014-02-10
Publicatiedatum 2014-02-10
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://showyou.com
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}