Video Stack

Collect your videos.

Co to jest Video Stack?

Video Stack to rozszerzenie Chrome opracowane przez Zeamy, a jego główną funkcją jest „Collect your videos.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Video Stack

Pobierz pliki rozszerzeń Video Stack w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Video Stack Video Stack
ID fhmligighjnancjhngmmmlaecbeokbbi
Oficjalny URL https://chromewebstore.google.com/detail/video-stack/fhmligighjnancjhngmmmlaecbeokbbi
Opis Collect your videos.
Rozmiar pliku 166 KB
Liczba instalacji 14
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2012-10-25
Data Publikacji 2012-10-25
Ocena 4.76/5 Łącznie 17 Oceny
Deweloper Zeamy
Typ Płatności free
Strona Rozszerzenia http://webolitic.com/videostack/
Obsługiwane Języki 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"
            ]
        }
    ]
}