JOE FM

Zet JOE FM in je browser.

What is JOE FM?

JOE FM is a Chrome extension developed by wouters_frederik, and its main feature is "Zet JOE FM in je browser.".

Extension Screenshots

screenshot

Download JOE FM Extension CRX File

Download JOE FM 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

                        Luister naar JOE FM rechstreeks in je browser.                    

Extension Basic Information

Name JOE FM JOE FM
ID lfbmbnbgfgaclejpdahjegmbigjedbpj
Official URL https://chromewebstore.google.com/detail/joe-fm/lfbmbnbgfgaclejpdahjegmbigjedbpj
Description Zet JOE FM in je browser.
File Size 37.08 KB
Installation Count 80
Current Version 4.1
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.50/5 Total 2 Ratings
Developer wouters_frederik
Payment Type free
Extension Website http://joe.be
Help Page URL http://joe.be/chrome
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JOE FM",
    "description": "Zet JOE FM in je browser.",
    "version": "4.1",
    "icons": {
        "128": "logo_128.png"
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "name": "Click to start JOE FM stream",
        "default_icon": "Q.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "back.html"
    },
    "options_page": "options.html"
}