S.I.R - SModcast Internet Radio
Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.
Wat is S.I.R - SModcast Internet Radio?
S.I.R - SModcast Internet Radio is een Chrome-extensie ontwikkeld door Cascadia Collections, en de belangrijkste functie is "Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.".
Extensie Screenshots
Download het CRX-bestand van de extensie S.I.R - SModcast Internet Radio
Download S.I.R - SModcast Internet Radio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | gmmjhhjkjopgmnpidenddlplckefdbjd |
| Officiële URL | https://chromewebstore.google.com/detail/sir-smodcast-internet-rad/gmmjhhjkjopgmnpidenddlplckefdbjd |
| Beschrijving | Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R. |
| Bestandsgrootte | 36.98 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 1.4.1 |
| Laatst Bijgewerkt | 2020-03-22 |
| Publicatiedatum | 2020-03-22 |
| Ontwikkelaar | Cascadia Collections |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/cascadiacollections/sir-chrome-extension/ |
| Help Pagina-URL | https://github.com/cascadiacollections/sir-chrome-extension/issues |
| Ondersteunde Talen | 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"
}
} | |