S.I.R - SModcast Internet Radio
Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.
Hvad er S.I.R - SModcast Internet Radio?
S.I.R - SModcast Internet Radio er en Chrome-udvidelse udviklet af Cascadia Collections, og dens hovedfunktion er "Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.".
Udvidelsesskærmbilleder
Download S.I.R - SModcast Internet Radio-udvidelses-CRX-fil
Download S.I.R - SModcast Internet Radio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gmmjhhjkjopgmnpidenddlplckefdbjd |
| Officiel URL | https://chromewebstore.google.com/detail/sir-smodcast-internet-rad/gmmjhhjkjopgmnpidenddlplckefdbjd |
| Beskrivelse | Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R. |
| Filstørrelse | 36.98 KB |
| Antal Installationer | 26 |
| Nuværende Version | 1.4.1 |
| Senest Opdateret | 2020-03-22 |
| Udgivelsesdato | 2020-03-22 |
| Udvikler | Cascadia Collections |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/cascadiacollections/sir-chrome-extension/ |
| Hjælpeside-URL | https://github.com/cascadiacollections/sir-chrome-extension/issues |
| Understøttede Sprog | 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"
}
} | |