Last.fm Manual Scrobbler
Scrobble whatever you type
Cos'è Last.fm Manual Scrobbler?
Last.fm Manual Scrobbler è un'estensione di Chrome sviluppata da newgiin, e la sua funzione principale è "Scrobble whatever you type".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Last.fm Manual Scrobbler
Scarica i file di estensione Last.fm Manual Scrobbler 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
Scrobble whatever you type.
Scrobble time will be 4 minutes prior to submission time. Informazioni di Base sull'Estensione
| Nome | |
| ID | bononpbmihomjbnfaaapbbhfkifjcekn |
| URL Ufficiale | https://chromewebstore.google.com/detail/lastfm-manual-scrobbler/bononpbmihomjbnfaaapbbhfkifjcekn |
| Descrizione | Scrobble whatever you type |
| Dimensione del File | 233 KB |
| Conteggio Installazioni | 2,053 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2014-06-22 |
| Data di Pubblicazione | 2014-06-21 |
| Valutazione | 4.82/5 Totale 11 Valutazioni |
| Sviluppatore | newgiin |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Last.fm Manual Scrobbler",
"version": "1.1.0",
"description": "Scrobble whatever you type",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"background": {
"scripts": [
"js\/md5.js",
"js\/lastfm.js",
"js\/background.js"
],
"persistent": false
},
"options_page": "options.html",
"browser_action": {
"default_icon": {
"19": "img\/icon19.png",
"38": "img\/icon38.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
"auth_callback.html"
],
"author": "Andrew Nguyen (andruunwien.com)"
} | |