Player Enhancer for YouTube
Chrome Extension for Player Enhancer on YouTube
What is Player Enhancer for YouTube?
Player Enhancer for YouTube is a Chrome extension developed by https://fiahfy.blogspot.com, and its main feature is "Chrome Extension for Player Enhancer on YouTube".
Extension Screenshots
Download Player Enhancer for YouTube Extension CRX File
Download Player Enhancer 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
- Add seek buttons on the bottom control. - Add reload button on the chat menu.
Extension Basic Information
Name | Player Enhancer for YouTube |
ID | enakpddkofoddibleaedgbcpbnpoeond |
Official URL | https://chromewebstore.google.com/detail/player-enhancer-for-youtu/enakpddkofoddibleaedgbcpbnpoeond |
Description | Chrome Extension for Player Enhancer on YouTube |
File Size | 167 KB |
Installation Count | 557 |
Current Version | 0.0.6 |
Last Updated | 2021-05-18 |
Publish Date | 2020-05-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://fiahfy.blogspot.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": false, "js": [ "content-script.js" ], "css": [ "content-script.css" ] } ], "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "https:\/\/www.youtube.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Player Enhancer for YouTube", "description": "Chrome Extension for Player Enhancer on YouTube", "version": "0.0.6" } |