2560px for YouTube
Better splitscreen YouTube for 2560px wide displays.
Wat is 2560px for YouTube?
2560px for YouTube is een Chrome-extensie ontwikkeld door kevinrestaino, en de belangrijkste functie is "Better splitscreen YouTube for 2560px wide displays.".
Extensie Screenshots
Download het CRX-bestand van de extensie 2560px for YouTube
Download 2560px for YouTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Better splitscreen YouTube for 2560px wide displays.
Basisinformatie over de Extensie
Naam | |
ID | kdhplpnjiejpfghanbaljhinbjpolffd |
Officiële URL | https://chrome.google.com/webstore/detail/2560px-for-youtube/kdhplpnjiejpfghanbaljhinbjpolffd |
Beschrijving | Better splitscreen YouTube for 2560px wide displays. |
Bestandsgrootte | 617 KB |
Aantal Installaties | 576 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2016-10-03 |
Publicatiedatum | 2016-10-03 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | kevinrestaino |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "2560px for YouTube", "version": "0.0.3", "manifest_version": 2, "description": "Better splitscreen YouTube for 2560px wide displays.", "homepage_url": "http:\/\/kevinrestaino.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/www.youtube.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |