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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cascadia Collections และคุณลักษณะหลักของมันคือ "Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย S.I.R - SModcast Internet Radio

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}