Last.fm Scrobbler YouTube Canary

Scrobble music all around the web! (beta)

Last.fm Scrobbler YouTube Canaryคืออะไร?

Last.fm Scrobbler YouTube Canary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maciej Załucki และคุณลักษณะหลักของมันคือ "Scrobble music all around the web! (beta)"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Last.fm Scrobbler YouTube Canary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Last.fm scrobbler was created for people who enjoy their music online. The aim of this extension is to cover as many music video sites as possible.
All credits to David Šabata!

This is developer preview version, may be buggy but will be released faster than official release.
For official release refer to:
https://chrome.google.com/webstore/detail/lastfm-scrobbler/hhinaapppaileiechjoiifaancjggfjm
As this is open source, you can see check differences between canary and official release here:
https://github.com/Bonaducci/web-scrobbler/tree/canary-beta

!!! IF THE EXTENSION STOPS WORKING, REPORT ON GITHUB ONLY !!!
https://github.com/david-sabata/Chrome-Last.fm-Scrobbler/issues

When you firstly come to a supported website a new tab opens where you have to authorize the extension to use the Last.fm API. You need to do this only once, when the extension is firstly installed; it isn't needed on updates (which are automatic, of course).

The status of scrobbler is shown in the omnibox (the addres field) on the right by the icon. Optionally you can enable desktop notifications and Youtube specific statuses (as shown on the extension preview). 
Note that it may take a while to contact the server and the "Scrobbling" text won't be added until Last.fm server confirms the reqest.

If the song doesn't get recognized, you can manually correct the title by clicking on the scrobbler icon. (This works only when song is not recognized - question mark icon.)

To temporarily disable scrobbling, click the status icon in the omnibox.

See the extension about page for more info and changelog.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Last.fm Scrobbler YouTube Canary Last.fm Scrobbler YouTube Canary
ID pncfaijgefbolbapchmpkfkjpgjelclh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lastfm-scrobbler-youtube/pncfaijgefbolbapchmpkfkjpgjelclh
คำอธิบาย Scrobble music all around the web! (beta)
ขนาดไฟล์ 386 KB
จำนวนการติดตั้ง 2,369
เวอร์ชันปัจจุบัน 1.52.1 dev 14.09.15
อัปเดตครั้งล่าสุด 2015-09-15
วันที่เผยแพร่ 2015-09-14
คะแนน 3.16/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา Maciej Załucki
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Bonaducci/web-scrobbler/tree/canary-beta
URL หน้าช่วยเหลือ https://github.com/david-sabata/web-scrobbler
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Last.fm Scrobbler YouTube Canary",
    "version": "1.52.1",
    "version_name": "1.52.1 dev 14.09.15",
    "description": "Scrobble music all around the web! (beta)",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "web_accessible_resources": [
        "icon128.png",
        "connectors\/jango-dom-inject.js",
        "connectors\/plugdj-dom-inject.js",
        "connectors\/v2\/soundcloud-dom-inject.js",
        "connectors\/vk-dom-inject.js"
    ],
    "background": {
        "scripts": [
            "vendor\/require.js",
            "core\/background\/requirejs-config.js",
            "core\/background\/main.js"
        ]
    },
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "https:\/\/ws.audioscrobbler.com\/2.0\/",
        "https:\/\/gdata.youtube.com\/feeds\/api\/videos\/",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "page_action": {
        "chromeBroken": "remove this line after issue #86449 is resolved"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "connectors\/dummy.js"
            ]
        }
    ]
}