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 là gì?

S.I.R - SModcast Internet Radio là một tiện ích mở rộng Chrome được phát triển bởi Cascadia Collections, và tính năng chính của nó là "Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng S.I.R - SModcast Internet Radio

Tải xuống các tệp mở rộng S.I.R - SModcast Internet Radio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên S.I.R - SModcast Internet Radio S.I.R - SModcast Internet Radio
ID gmmjhhjkjopgmnpidenddlplckefdbjd
URL Chính Thức https://chromewebstore.google.com/detail/sir-smodcast-internet-rad/gmmjhhjkjopgmnpidenddlplckefdbjd
Mô tả Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.
Kích Thước Tệp 36.98 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2020-03-22
Ngày Phát Hành 2020-03-22
Nhà Phát Triển Cascadia Collections
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/cascadiacollections/sir-chrome-extension/
URL Trang Trợ Giúp https://github.com/cascadiacollections/sir-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}