Last.fm Manual Scrobbler

Scrobble whatever you type

Last.fm Manual Scrobblerとは何ですか?

Last.fm Manual Scrobblerはnewgiinによって開発されたChromeの拡張機能で、その主な機能は「Scrobble whatever you type」です。

拡張機能のスクリーンショット

screenshot

Last.fm Manual Scrobbler拡張機能のCRXファイルをダウンロード

Last.fm Manual Scrobbler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Scrobble whatever you type.

Scrobble time will be 4 minutes prior to submission time.                    

拡張機能の基本情報

名前 Last.fm Manual Scrobbler Last.fm Manual Scrobbler
ID bononpbmihomjbnfaaapbbhfkifjcekn
公式URL https://chromewebstore.google.com/detail/lastfm-manual-scrobbler/bononpbmihomjbnfaaapbbhfkifjcekn
説明 Scrobble whatever you type
ファイルサイズ 233 KB
インストール数 2,053
現在のバージョン 1.1.0
最終更新日 2014-06-22
公開日 2014-06-21
評価 4.82/5 合計 11 レビュー
開発者 newgiin
Eメール [email protected]
支払い方法 free
対応言語 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)"
}