Last.fm Manual Scrobbler

Scrobble whatever you type

Last.fm Manual Scrobblerคืออะไร?

Last.fm Manual Scrobbler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย newgiin และคุณลักษณะหลักของมันคือ "Scrobble whatever you type"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Last.fm Manual Scrobbler

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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)"
}