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 |
Eメール | [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" } } |