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.”。
扩展截图
下载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 |
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" } } |