S.I.R - SModcast Internet Radio

Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.

What is S.I.R - SModcast Internet Radio?

S.I.R - SModcast Internet Radio is a Chrome extension developed by Cascadia Collections, and its main feature is "Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.".

Extension Screenshots

screenshot
screenshot
screenshot

Download S.I.R - SModcast Internet Radio Extension CRX File

Download S.I.R - SModcast Internet Radio 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

                        Description

Unofficial Chrome Extension for S.I.R - SModcast Internet Radio

Stream!
Easily play / pause Kevin Smith's SModcast Internet Radio (S.I.R) right from your favorite browser, Google Chrome!

Microphone Icon in Promo Images Attribution
Creative Commons – Attribution (CC BY 3.0) 
Microphone designed by Diego Naive from the Noun Project                    

Extension Basic Information

Name S.I.R - SModcast Internet Radio S.I.R - SModcast Internet Radio
ID gmmjhhjkjopgmnpidenddlplckefdbjd
Official URL https://chromewebstore.google.com/detail/sir-smodcast-internet-rad/gmmjhhjkjopgmnpidenddlplckefdbjd
Description Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.
File Size 36.98 KB
Installation Count 26
Current Version 1.4.1
Last Updated 2020-03-22
Publish Date 2020-03-22
Developer Cascadia Collections
Email [email protected]
Payment Type free
Extension Website https://github.com/cascadiacollections/sir-chrome-extension/
Help Page URL https://github.com/cascadiacollections/sir-chrome-extension/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "S.I.R",
    "version": "1.4.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "author": "Kevin Coughlin",
    "homepage_url": "https:\/\/kevintcoughlin.com\/",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "S.I.R"
    }
}