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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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)"
}