LazyFox
Launch html5 video in Floating Mini Player, This extension can help you play html5 video on website in mini player. Support for…
What is LazyFox?
LazyFox is a Chrome extension developed by foxvsky, and its main feature is "Launch html5 video in Floating Mini Player, This extension can help you play html5 video on website in mini player. Support for…".
Extension Screenshots
Download LazyFox Extension CRX File
Download LazyFox 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
Launch html5 video in Floating Mini Player, This extension can help you play html5 video on website in mini player. Support for Youtube, facebook, Vimeo, ... You can drag, drop, resise, take image form video, put it anywhere you like.
Extension Basic Information
Name | LazyFox |
ID | cbmcppdcdkiamahdjpcaciglhpjpknai |
Official URL | https://chromewebstore.google.com/detail/lazyfox/cbmcppdcdkiamahdjpcaciglhpjpknai |
Description | Launch html5 video in Floating Mini Player, This extension can help you play html5 video on website in mini player. Support for… |
File Size | 44.4 KB |
Installation Count | 97 |
Current Version | 0.0.1 |
Last Updated | 2015-09-06 |
Publish Date | 2015-09-06 |
Rating | 3.50/5 Total 8 Ratings |
Developer | foxvsky |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LazyFox", "version": "0.0.1", "manifest_version": 2, "omnibox": { "keyword": "yeah" }, "browser_action": { "default_title": "That's the tool tip", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "mystyle.css" ], "js": [ "content.js" ] } ] } |