Reddit Alternative Video Player

An alternative video player for Reddit

What is Reddit Alternative Video Player?

Reddit Alternative Video Player is a Chrome extension developed by Petro Cardoso, and its main feature is "An alternative video player for Reddit".

Extension Screenshots

screenshot
screenshot

Download Reddit Alternative Video Player Extension CRX File

Download Reddit Alternative Video 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

                        An alternative video player for Reddit, select the default quality of the video player and enjoy!                    

Extension Basic Information

Name Reddit Alternative Video Player Reddit Alternative Video Player
ID lmjhpokfoiodjhhlghfngaccjgicjjaf
Official URL https://chromewebstore.google.com/detail/reddit-alternative-video/lmjhpokfoiodjhhlghfngaccjgicjjaf
Description An alternative video player for Reddit
File Size 158 KB
Installation Count 220
Current Version 1.0.2
Last Updated 2023-01-11
Publish Date 2023-01-11
Rating 5.00/5 Total 6 Ratings
Developer Petro Cardoso
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reddit Alternative Video Player",
    "description": "An alternative video player for Reddit",
    "version": "1.0.2",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ]
}