Last.fm Manual Scrobbler
Scrobble whatever you type
什麼是Last.fm Manual Scrobbler?
Last.fm Manual Scrobbler是由newgiin開發的Chrome擴展程式,該擴展的主要功能是“Scrobble whatever you type”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | bononpbmihomjbnfaaapbbhfkifjcekn |
| 官方網址 | 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)"
} | |