SpotCheck

Searches for the selected text in Spotify

ما هو SpotCheck؟

SpotCheck هو إضافة Chrome تم تطويرها بواسطة SpotCheck، والميزة الرئيسية لها هي "Searches for the selected text in Spotify".

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

screenshot

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

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

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

                        The ultimate Spotify google chrome extension.
Highlight any text of a song name, then right click and you can either Open it in Spotify, Copy the link for it in Spotify (for easy sharing), or add it to your Saved Songs or any playlist.

Note: We are not affiliated with Spotify.                    

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

الاسم SpotCheck SpotCheck
ID fdfebmbjloigljjdadinplkljlcdeemc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/spotcheck/fdfebmbjloigljjdadinplkljlcdeemc
الوصف Searches for the selected text in Spotify
حجم الملف 18.49 KB
عدد التثبيتات 142
النسخة الحالية 1.0.0
آخر تحديث 2016-07-21
تاريخ النشر 2016-07-21
تقييم 4.76/5 مجموع تقييمات 34
المطور SpotCheck
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpotCheck",
    "short_name": "Search",
    "description": "Searches for the selected text in Spotify",
    "version": "1.0.0",
    "minimum_chrome_version": "38",
    "permissions": [
        "contextMenus",
        "tabs",
        "identity",
        "storage",
        "https:\/\/api.spotify.com\/*\/"
    ],
    "icons": {
        "16": "assets\/search.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "assets\/search.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    }
}