Last.fm Manual Scrobbler

Scrobble whatever you type

What is Last.fm Manual Scrobbler?

Last.fm Manual Scrobbler is a Chrome extension developed by newgiin, and its main feature is "Scrobble whatever you type".

Extension Screenshots

screenshot

Download Last.fm Manual Scrobbler Extension CRX File

Download Last.fm Manual Scrobbler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Scrobble whatever you type.

Scrobble time will be 4 minutes prior to submission time.                    

Extension Basic Information

Name Last.fm Manual Scrobbler Last.fm Manual Scrobbler
ID bononpbmihomjbnfaaapbbhfkifjcekn
Official URL https://chromewebstore.google.com/detail/lastfm-manual-scrobbler/bononpbmihomjbnfaaapbbhfkifjcekn
Description Scrobble whatever you type
File Size 233 KB
Installation Count 2,053
Current Version 1.1.0
Last Updated 2014-06-22
Publish Date 2014-06-21
Rating 4.82/5 Total 11 Ratings
Developer newgiin
Email [email protected]
Payment Type free
Supported Languages 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)"
}