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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    }
}