Showyou

Share videos on Showyou.

Hvad er Showyou?

Showyou er en Chrome-udvidelse udviklet af http://showyou.com, og dens hovedfunktion er "Share videos on Showyou.".

Udvidelsesskærmbilleder

screenshot

Download Showyou-udvidelses-CRX-fil

Download Showyou-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Showyou Showyou
ID ilcjcaognplmdibjbbnblikgjjkkkmlc
Officiel URL https://chrome.google.com/webstore/detail/showyou/ilcjcaognplmdibjbbnblikgjjkkkmlc
Beskrivelse Share videos on Showyou.
Filstørrelse 118 KB
Antal Installationer 56
Nuværende Version 1.6
Senest Opdateret 2014-02-10
Udgivelsesdato 2014-02-10
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler http://showyou.com
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}