S.I.R - SModcast Internet Radio

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

什麼是S.I.R - SModcast Internet Radio?

S.I.R - SModcast Internet Radio是由Cascadia Collections開發的Chrome擴展程式,該擴展的主要功能是“Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.”。

擴展截圖

screenshot
screenshot
screenshot

下載S.I.R - SModcast Internet Radio擴展crx文件

下載S.I.R - SModcast Internet Radio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 S.I.R - SModcast Internet Radio S.I.R - SModcast Internet Radio
ID gmmjhhjkjopgmnpidenddlplckefdbjd
官方網址 https://chromewebstore.google.com/detail/sir-smodcast-internet-rad/gmmjhhjkjopgmnpidenddlplckefdbjd
簡介 Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.
檔案大小 36.98 KB
安裝次數 26
目前版本 1.4.1
更新時間 2020-03-22
上架時間 2020-03-22
開發者 Cascadia Collections
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/cascadiacollections/sir-chrome-extension/
說明頁面URL https://github.com/cascadiacollections/sir-chrome-extension/issues
支援的語言 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"
    }
}