Nextube - Change "Up next" video on YouTube™

Change "Up next" Video via Drag and Drop

Vad är Nextube - Change "Up next" video on YouTube™?

Nextube - Change "Up next" video on YouTube™ är en Chrome-tillägg utvecklad av https://www.nextube.lol, och dess huvudfunktion är "Change "Up next" Video via Drag and Drop".

Tilläggsskärmbilder

screenshot

Ladda ner Nextube - Change "Up next" video on YouTube™-förlängningens CRX-fil

Ladda ner Nextube - Change "Up next" video on YouTube™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Have you ever wanted to change the Up next video in YouTube?
Now you can! just drag & drop another video instead :)

Drag and Drop few videos, and make a videos queue, super fast alternative to playlist!

Nextube - change the upnext video in YouTube, perfect for music lovers, download now FREE!

Note:
- Please refresh your YouTube tabs after installing Nextube                    

Grundläggande Information om Tillägg

Namn Nextube - Change Nextube - Change "Up next" video on YouTube™
ID flfemkicmemllbonegllchhlfbkiejei
Officiell webbadress https://chromewebstore.google.com/detail/nextube-change-up-next-vi/flfemkicmemllbonegllchhlfbkiejei
Beskrivning Change "Up next" Video via Drag and Drop
Filstorlek 18.76 KB
Antal Installationer 203
Aktuell Version 1.0.2
Senast Uppdaterad 2018-10-18
Publiceringsdatum 2018-10-18
Betyg 4.56/5 Totalt 9 Betyg
Utvecklare https://www.nextube.lol
Betalningssätt free
Tilläggswebbplats https://www.nextube.lol
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nextube - Change \"Up next\" video on YouTube\u2122",
    "short_name": "Nexter",
    "description": "Change \"Up next\" Video via Drag and Drop",
    "version": "1.0.2",
    "content_scripts": [
        {
            "js": [
                "lib\/dragula.min.js",
                "bg.js"
            ],
            "css": [
                "lib\/dragula.min.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    }
}