S.I.R - SModcast Internet Radio

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

Vad är S.I.R - SModcast Internet Radio?

S.I.R - SModcast Internet Radio är en Chrome-tillägg utvecklad av Cascadia Collections, och dess huvudfunktion är "Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner S.I.R - SModcast Internet Radio-förlängningens CRX-fil

Ladda ner S.I.R - SModcast Internet Radio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn S.I.R - SModcast Internet Radio S.I.R - SModcast Internet Radio
ID gmmjhhjkjopgmnpidenddlplckefdbjd
Officiell webbadress https://chromewebstore.google.com/detail/sir-smodcast-internet-rad/gmmjhhjkjopgmnpidenddlplckefdbjd
Beskrivning Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.
Filstorlek 36.98 KB
Antal Installationer 26
Aktuell Version 1.4.1
Senast Uppdaterad 2020-03-22
Publiceringsdatum 2020-03-22
Utvecklare Cascadia Collections
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/cascadiacollections/sir-chrome-extension/
Hjälpsida URL https://github.com/cascadiacollections/sir-chrome-extension/issues
Stödda Språk 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"
    }
}