Stash

Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it)

Τι είναι το Stash;

Το Stash είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://stash.it, και η κύρια λειτουργία του είναι "Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it)".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Stash

Λήψη αρχείων επέκτασης Stash σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Stash is a new, free web service that lets you collect videos from around the web by 'stashing' them into a personal video library, create and share video playlists, and access your 'Stash' on the go with mobile devices like an iPhone, iPad and Android phones or tablets.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Stash Stash
ID hhkmkieigjliooidcimkbjobhipofbcb
Επίσημο URL https://chromewebstore.google.com/detail/stash/hhkmkieigjliooidcimkbjobhipofbcb
Περιγραφή Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it)
Μέγεθος Αρχείου 664 KB
Αριθμός Εγκαταστάσεων 425
Τρέχουσα Έκδοση 0.0.1.92
Τελευταία Ενημέρωση 2014-03-27
Ημερομηνία Δημοσίευσης 2014-03-27
Αξιολόγηση 3.87/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής https://stash.it
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.stash.it/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.stash.it/static/about.do
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "res\/*"
    ],
    "browser_action": {
        "default_title": "Stash",
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png"
    },
    "description": "Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http:\/\/www.stash.it)",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "includes\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "homepage_url": "http:\/\/www.stash.it\/",
    "version": "0.0.1.92",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation"
    ],
    "name": "Stash"
}