S.I.R - SModcast Internet Radio
Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.
Qu'est-ce que S.I.R - SModcast Internet Radio ?
S.I.R - SModcast Internet Radio est une extension Chrome développée par Cascadia Collections, et sa fonction principale est "Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension S.I.R - SModcast Internet Radio
Téléchargez les fichiers d'extension S.I.R - SModcast Internet Radio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | gmmjhhjkjopgmnpidenddlplckefdbjd |
| URL Officiel | https://chromewebstore.google.com/detail/sir-smodcast-internet-rad/gmmjhhjkjopgmnpidenddlplckefdbjd |
| Description | Unofficial Chrome Extension for listening to Kevin Smith's SModcast Internet Radio, S.I.R. |
| Taille du Fichier | 36.98 KB |
| Nombre d'Installations | 26 |
| Version Actuelle | 1.4.1 |
| Dernière Mise à Jour | 2020-03-22 |
| Date de Publication | 2020-03-22 |
| Développeur | Cascadia Collections |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://github.com/cascadiacollections/sir-chrome-extension/ |
| URL de la Page d'Aide | https://github.com/cascadiacollections/sir-chrome-extension/issues |
| Langues Prises en Charge | 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"
}
} | |