InstantQueue for Youtube
Quickest way to watch videos on Youtube!
Was ist InstantQueue for Youtube?
InstantQueue for Youtube ist eine Chrome-Erweiterung, die von edabingol entwickelt wurde, und ihr Hauptmerkmal ist "Quickest way to watch videos on Youtube!".
Erweiterungsscreenshots
InstantQueue for Youtube-Erweiterungs-CRX-Datei herunterladen
Laden Sie InstantQueue for Youtube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Quickest way to watch a bunch of videos on Youtube! - Add, re-order, remove videos quickly using drag-n-drop! - No management necessary. Close the tab and you're done - Automatically plays the list for you, playing videos one after another. - Don't want to lose the list? Export the list you just created to an actual Youtube playlist. Easy. Simple. Efficient.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pcbfkaibdlhhihdijcodacddmgflalnm |
Offizielle URL | https://chrome.google.com/webstore/detail/instantqueue-for-youtube/pcbfkaibdlhhihdijcodacddmgflalnm |
Beschreibung | Quickest way to watch videos on Youtube! |
Dateigröße | 462 KB |
Installationsanzahl | 320 |
Aktuelle Version | 0.1 |
Letztes Update | 2015-02-26 |
Veröffentlichungsdatum | 2015-02-26 |
Bewertung | 3.48/5 Insgesamt 27 Bewertungen |
Entwickler | edabingol |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InstantQueue for Youtube", "description": "Quickest way to watch videos on Youtube!", "icons": { "128": "images\/instant-queue.png" }, "version": "0.1", "permissions": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "web_accessible_resources": [ "images\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "css": [ "instant-queue.css" ], "js": [ "underscore.js", "jquery.js", "sortable.js", "instant-queue.js" ] } ] } |