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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}