InstantQueue for Youtube
Quickest way to watch videos on Youtube!
Co to jest InstantQueue for Youtube?
InstantQueue for Youtube to rozszerzenie Chrome opracowane przez edabingol, a jego główną funkcją jest „Quickest way to watch videos on Youtube!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia InstantQueue for Youtube
Pobierz pliki rozszerzeń InstantQueue for Youtube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pcbfkaibdlhhihdijcodacddmgflalnm |
Oficjalny URL | https://chrome.google.com/webstore/detail/instantqueue-for-youtube/pcbfkaibdlhhihdijcodacddmgflalnm |
Opis | Quickest way to watch videos on Youtube! |
Rozmiar pliku | 462 KB |
Liczba instalacji | 320 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2015-02-26 |
Data Publikacji | 2015-02-26 |
Ocena | 3.48/5 Łącznie 27 Oceny |
Deweloper | edabingol |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |