2560px for YouTube
Better splitscreen YouTube for 2560px wide displays.
What is 2560px for YouTube?
2560px for YouTube is a Chrome extension developed by kevinrestaino, and its main feature is "Better splitscreen YouTube for 2560px wide displays.".
Extension Screenshots
Download 2560px for YouTube Extension CRX File
Download 2560px for YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Better splitscreen YouTube for 2560px wide displays.
Extension Basic Information
Name | |
ID | kdhplpnjiejpfghanbaljhinbjpolffd |
Official URL | https://chrome.google.com/webstore/detail/2560px-for-youtube/kdhplpnjiejpfghanbaljhinbjpolffd |
Description | Better splitscreen YouTube for 2560px wide displays. |
File Size | 617 KB |
Installation Count | 576 |
Current Version | 0.0.3 |
Last Updated | 2016-10-03 |
Publish Date | 2016-10-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | kevinrestaino |
Payment Type | free |
Supported Languages | 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" ] } ] } |