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是由https://stash.it開發的Chrome擴展程式,該擴展的主要功能是“Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it)”。

擴展截圖

screenshot

下載Stash擴展crx文件

下載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
官方網址 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"
}