Stash

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

Qu'est-ce que Stash ?

Stash est une extension Chrome développée par https://stash.it, et sa fonction principale est "Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stash

Téléchargez les fichiers d'extension Stash au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stash Stash
ID hhkmkieigjliooidcimkbjobhipofbcb
URL Officiel https://chromewebstore.google.com/detail/stash/hhkmkieigjliooidcimkbjobhipofbcb
Description Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it)
Taille du Fichier 664 KB
Nombre d'Installations 425
Version Actuelle 0.0.1.92
Dernière Mise à Jour 2014-03-27
Date de Publication 2014-03-27
Évaluation 3.87/5 Total 15 Évaluations
Développeur https://stash.it
Type de Paiement free
Site Web de l'Extension http://www.stash.it/
URL de la Page d'Aide http://www.stash.it/static/about.do
Langues Prises en Charge 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"
}