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"
}