Video Stack
Collect your videos.
Qu'est-ce que Video Stack ?
Video Stack est une extension Chrome développée par Zeamy, et sa fonction principale est "Collect your videos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Video Stack
Téléchargez les fichiers d'extension Video Stack 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
- collect videos on stack - works with Vimeo and Youtube - browse your history - get recommended videos
Informations de Base sur l'Extension
Nom | Video Stack |
ID | fhmligighjnancjhngmmmlaecbeokbbi |
URL Officiel | https://chromewebstore.google.com/detail/video-stack/fhmligighjnancjhngmmmlaecbeokbbi |
Description | Collect your videos. |
Taille du Fichier | 166 KB |
Nombre d'Installations | 14 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2012-10-25 |
Date de Publication | 2012-10-25 |
Évaluation | 4.76/5 Total 17 Évaluations |
Développeur | Zeamy |
Type de Paiement | free |
Site Web de l'Extension | http://webolitic.com/videostack/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Stack", "version": "2.0", "manifest_version": 2, "description": "Collect your videos.", "icons": { "16": "static\/img\/icon16.png", "48": "static\/img\/icon48.png", "128": "static\/img\/icon128.png" }, "browser_action": { "default_icon": "static\/img\/icon48.png", "default_title": "Video Stack", "default_popup": "index.html" }, "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch?v=*", "http:\/\/vimeo.com\/*" ], "js": [ "static\/js\/lib\/jquery.js", "static\/js\/common\/Message.js", "static\/js\/business\/UrlManager.js", "static\/js\/business\/CommunicatorManager.js", "static\/js\/helper\/html.js", "static\/js\/content\/Processor.js", "static\/js\/content\/observer.js" ] } ] } |