Browser Player

One controller for your internet video and music

What is Browser Player?

Browser Player is a Chrome extension developed by http://bfred.it, and its main feature is "One controller for your internet video and music".

Download Browser Player Extension CRX File

Download Browser 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

                        Control all your internet videos and music from a button.
Prevent overlapping music and video: this will only play one at a time.                    

Extension Basic Information

Name Browser Player Browser Player
ID gngdbjfdljhcameljcapolcpijlefhib
Official URL https://chrome.google.com/webstore/detail/browser-player/gngdbjfdljhcameljcapolcpijlefhib
Description One controller for your internet video and music
File Size 42.44 KB
Installation Count 143
Current Version 0.6.1
Last Updated 2015-06-24
Publish Date 2015-06-24
Rating 5.00/5 Total 3 Ratings
Developer http://bfred.it
Email [email protected]
Payment Type free
Extension Website https://github.com/bfred-it/browser-player
Help Page URL https://github.com/bfred-it/browser-player/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Player",
    "description": "One controller for your internet video and music",
    "version": "0.6.1",
    "background": {
        "scripts": [
            "functions.js",
            "init.js",
            "main.js",
            "controller.js",
            "button.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "functions.js",
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "512": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Nothing playing",
        "icon_credit": "http:\/\/www.flaticon.com\/authors\/freepik"
    },
    "permissions": [
        "tabs",
        ""
    ]
}