JIK.fm
New persian music.
Cos'è JIK.fm?
JIK.fm è un'estensione di Chrome sviluppata da http://www.jik.fm, e la sua funzione principale è "New persian music.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JIK.fm
Scarica i file di estensione JIK.fm in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The best way to find new persian music , album and news on Google Chrome browser JIK.fm extension... Informazioni di Base sull'Estensione
| Nome | |
| ID | pbndmojgnoefjpdjbegbfbljggaphbgn |
| URL Ufficiale | https://chrome.google.com/webstore/detail/jikfm/pbndmojgnoefjpdjbegbfbljggaphbgn |
| Descrizione | New persian music. |
| Dimensione del File | 139 KB |
| Conteggio Installazioni | 296 |
| Versione Corrente | 0.1.8 |
| Ultimo Aggiornamento | 2014-04-22 |
| Data di Pubblicazione | 2014-04-22 |
| Valutazione | 4.75/5 Totale 20 Valutazioni |
| Sviluppatore | http://www.jik.fm |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.jik.fm |
| Lingue Supportate | en |
| manifest.json | |
{
"manifest_version": 2,
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "images\/JIK_16.png",
"default_popup": "popup.html",
"default_title": "JIK.fm"
},
"content_scripts": [
{
"js": [
"scripts\/jquery.js",
"scripts\/reset.js"
],
"matches": [
"http:\/\/www.jik.fm\/*",
"http:\/\/www.jik.fm\/"
]
}
],
"description": "New persian music.",
"homepage_url": "http:\/\/www.jik.fm\/",
"icons": {
"128": "images\/JIK_128.png",
"16": "images\/JIK_16.png",
"48": "images\/JIK_48.png"
},
"name": "JIK.fm",
"options_page": "options.html",
"permissions": [
"https:\/\/www.wikiseda.com\/*",
"https:\/\/www.wikiseda.org\/*",
"notifications"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.8"
} | |