Extendify

Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.

ما هو Extendify؟

Extendify هو إضافة Chrome تم تطويرها بواسطة http://jmperezperez.com، والميزة الرئيسية لها هي "Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Extendify

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

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

                                            

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

الاسم Extendify Extendify
ID jjajfginmjgdpblfanoimdanifdmcokd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd
الوصف Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
حجم الملف 291 KB
عدد التثبيتات 149
النسخة الحالية 0.3.0
آخر تحديث 2018-12-01
تاريخ النشر 2018-12-01
تقييم 4.00/5 مجموع تقييمات 3
المطور http://jmperezperez.com
نوع الدفع free
موقع الإضافة https://github.com/JMPerez/extendify
عنوان صفحة المساعدة https://github.com/JMPerez/extendify
اللغات المدعومة en,ca,es,it,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Extendify",
    "default_locale": "en",
    "version": "0.3.0",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/search.js",
                "js\/lib.js",
                "js\/providers\/allmusic.js",
                "js\/providers\/amazon.js",
                "js\/providers\/ebay.js",
                "js\/providers\/gmail.js",
                "js\/providers\/google.js",
                "js\/providers\/piratebay.js",
                "js\/providers\/wikipedia.js",
                "js\/providers\/youtube.js",
                "js\/background.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}