AntenaPlay.ro Player Plus
Basic keybinds for AntenaPlay.ro player.
What is AntenaPlay.ro Player Plus?
AntenaPlay.ro Player Plus is a Chrome extension developed by Romeo's Crazy Contraptions, and its main feature is "Basic keybinds for AntenaPlay.ro player.".
Extension Screenshots
Download AntenaPlay.ro Player Plus Extension CRX File
Download AntenaPlay.ro Player Plus 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
Adauga suport pentru keybinduri basic pe AntenaPlay.ro Left Arrow - Inapoi 5 seconde Right Arrow - Inainte 5 seconde Up arrow - Volum +10% Down arrow - Volum -10% F - Toggle fullscreen M - Toggle mute
Extension Basic Information
Name | AntenaPlay.ro Player Plus |
ID | mmpdnmiahophijpnalaningojfdnloal |
Official URL | https://chromewebstore.google.com/detail/antenaplayro-player-plus/mmpdnmiahophijpnalaningojfdnloal |
Description | Basic keybinds for AntenaPlay.ro player. |
File Size | 8.36 KB |
Installation Count | 68 |
Current Version | 0.0.1 |
Last Updated | 2020-12-09 |
Publish Date | 2020-12-08 |
Developer | Romeo's Crazy Contraptions |
[email protected] | |
Payment Type | free |
Supported Languages | ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AntenaPlay.ro Player Plus", "version": "0.0.1", "description": "Basic keybinds for AntenaPlay.ro player.", "manifest_version": 2, "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.antenaplay.ro\/*", "http:\/\/*.antenaplay.ro\/*", "https:\/\/antenaplay.ro\/*", "http:\/\/antenaplay.ro\/*" ], "run_at": "document_idle", "js": [ "inject.js" ] } ] } |