Small Player for Google Music™

Unofficial small player for Google Music

ما هو Small Player for Google Music™؟

Small Player for Google Music™ هو إضافة Chrome تم تطويرها بواسطة Thomas Pelletier، والميزة الرئيسية لها هي "Unofficial small player for Google Music".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Small Player for Google Music™

قم بتنزيل ملفات الامتداد Small Player for Google Music™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Tired of looking for that Google Music™ tab? This unofficial Chrome extension gives you a quick access to the currently playing track and the basic features.

* See the current track
* Play / Pause
* Previous / Next track
* Thumbs up / thumbs down
* Notification when the track changes (optional)
* Open the right tab in one click
* Separate window                    

معلومات أساسية عن التمديد

الاسم Small Player for Google Music™ Small Player for Google Music™
ID modjkeoidggambjcakhffpfabbiboece
عنوان URL الرسمي https://chromewebstore.google.com/detail/small-player-for-google-m/modjkeoidggambjcakhffpfabbiboece
الوصف Unofficial small player for Google Music
حجم الملف 114 KB
عدد التثبيتات 217
النسخة الحالية 1.1
آخر تحديث 2013-12-20
تاريخ النشر 2013-12-20
تقييم 4.00/5 مجموع تقييمات 2
المطور Thomas Pelletier
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Small Player for Google Music\u2122",
    "description": "Unofficial small player for Google Music",
    "version": "1.1",
    "author": "Thomas Pelletier",
    "background": {
        "scripts": [
            "vendor\/jquery-2.0.3.min.js",
            "static\/js\/common.js",
            "static\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/play.google.com\/music",
        "tabs",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/music*"
            ],
            "css": [],
            "js": [
                "vendor\/jquery-2.0.3.min.js",
                "static\/js\/script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "vendor\/jquery-2.0.3.min.js",
        "vendor\/jquery-2.0.3.min.map"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}