ACM Beats

Add songs to Beats from Chrome.

ما هو ACM Beats؟

ACM Beats هو إضافة Chrome تم تطويرها بواسطة http://pranayprakash.co، والميزة الرئيسية لها هي "Add songs to Beats from Chrome.".

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

تحميل ملف CRX للإضافة ACM Beats

قم بتنزيل ملفات الامتداد ACM Beats بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Add songs to the ACM beats queue from Chrome                    

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

الاسم ACM Beats ACM Beats
ID fbeimmdjicojejnfnmndfbkecdodlded
عنوان URL الرسمي https://chrome.google.com/webstore/detail/acm-beats/fbeimmdjicojejnfnmndfbkecdodlded
الوصف Add songs to Beats from Chrome.
حجم الملف 312 KB
عدد التثبيتات 39
النسخة الحالية 1.1.0
آخر تحديث 2016-04-11
تاريخ النشر 2016-04-11
تقييم 3.00/5 مجموع تقييمات 2
المطور http://pranayprakash.co
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ACM Beats",
    "description": "Add songs to Beats from Chrome.",
    "version": "1.1.0",
    "page_action": {
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "web_accessible_resources": [
        "popup.html",
        "bower_components\/*",
        "images\/*"
    ]
}