Get di.fm Song Name

Get actual player song name from di.fm

What is Get di.fm Song Name?

Get di.fm Song Name is a Chrome extension developed by bartekpiee, and its main feature is "Get actual player song name from di.fm".

Download Get di.fm Song Name Extension CRX File

Download Get di.fm Song Name extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get fast actual played song name from di.fm                    

Extension Basic Information

Name Get di.fm Song Name Get di.fm Song Name
ID idjhdpkhgabdggcnmlkoogfcopbgobda
Official URL https://chrome.google.com/webstore/detail/idjhdpkhgabdggcnmlkoogfcopbgobda
Description Get actual player song name from di.fm
File Size 9.01 KB
Installation Count 25
Current Version 1.0
Last Updated 2016-06-19
Publish Date 2016-06-19
Rating 5.00/5 Total 1 Ratings
Developer bartekpiee
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get di.fm Song Name",
    "description": "Get actual player song name from di.fm",
    "version": "1.0",
    "browser_action": {
        "default_icon": "favdi.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "diicon16.png",
        "48": "diicon48.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/www.di.fm\/*"
    ]
}