Video Stack

Collect your videos.

Hvad er Video Stack?

Video Stack er en Chrome-udvidelse udviklet af Zeamy, og dens hovedfunktion er "Collect your videos.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Video Stack-udvidelses-CRX-fil

Download Video Stack-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

                        - collect videos on stack
 - works with Vimeo and Youtube
 - browse your history
 - get recommended videos                    

Grundlæggende oplysninger om udvidelsen

Navn Video Stack Video Stack
ID fhmligighjnancjhngmmmlaecbeokbbi
Officiel URL https://chromewebstore.google.com/detail/video-stack/fhmligighjnancjhngmmmlaecbeokbbi
Beskrivelse Collect your videos.
Filstørrelse 166 KB
Antal Installationer 14
Nuværende Version 2.0
Senest Opdateret 2012-10-25
Udgivelsesdato 2012-10-25
Bedømmelse 4.76/5 Samlet 17 Bedømmelser
Udvikler Zeamy
Betalingsmetode free
Udvidelseswebsted http://webolitic.com/videostack/
Understøttede Sprog en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Stack",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Collect your videos.",
    "icons": {
        "16": "static\/img\/icon16.png",
        "48": "static\/img\/icon48.png",
        "128": "static\/img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/img\/icon48.png",
        "default_title": "Video Stack",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch?v=*",
                "http:\/\/vimeo.com\/*"
            ],
            "js": [
                "static\/js\/lib\/jquery.js",
                "static\/js\/common\/Message.js",
                "static\/js\/business\/UrlManager.js",
                "static\/js\/business\/CommunicatorManager.js",
                "static\/js\/helper\/html.js",
                "static\/js\/content\/Processor.js",
                "static\/js\/content\/observer.js"
            ]
        }
    ]
}