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 |
| 官方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)"
} | |