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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } |