YouTube Mini Player
Extends YouTube.com with mini video player.
What is YouTube Mini Player?
YouTube Mini Player is a Chrome extension developed by californiaclarks, and its main feature is "Extends YouTube.com with mini video player.".
Extension Screenshots
Download YouTube Mini Player Extension CRX File
Download YouTube Mini Player 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
Extension Basic Information
Name | |
ID | cdffgalaahbjjncomhpilbnamnjddkmk |
Official URL | https://chrome.google.com/webstore/detail/youtube-mini-player/cdffgalaahbjjncomhpilbnamnjddkmk |
Description | Extends YouTube.com with mini video player. |
File Size | 11.02 KB |
Installation Count | 969 |
Current Version | 0.1 |
Last Updated | 2016-05-01 |
Publish Date | 2016-05-01 |
Rating | 2.11/5 Total 9 Ratings |
Developer | californiaclarks |
Payment Type | free |
Extension Website | http://sclark.io#yt-mini |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Mini Player", "short_name": "yt-mini", "version": "0.1", "description": "Extends YouTube.com with mini video player.", "author": "Stephen A. Clark", "homepage_url": "http:\/\/sclark.io#yt-mini", "icons": { "128": "icon128.png", "512": "icon512.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "http:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ] } |