AzLyrics - Clean View & Dark Mode

Get a Cleaner, Wider and Darker AzLyrics Experience!

ما هو AzLyrics - Clean View & Dark Mode؟

AzLyrics - Clean View & Dark Mode هو إضافة Chrome تم تطويرها بواسطة Otávio Pires، والميزة الرئيسية لها هي "Get a Cleaner, Wider and Darker AzLyrics Experience!".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AzLyrics - Clean View & Dark Mode

قم بتنزيل ملفات الامتداد AzLyrics - Clean View & Dark Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is an extension to the website https://www.azlyrics.com/.

Get a Cleaner, Wider and Darker AzLyrics Experience With Only One Click!

Navegate to the lyrics page you want to modify and simply click the button.
Simple like that!

Support and sugestions at GitHub!                    

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

الاسم AzLyrics - Clean View & Dark Mode AzLyrics - Clean View & Dark Mode
ID ancolfadadfapijnjdlimchpioadpopo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/azlyrics-clean-view-dark/ancolfadadfapijnjdlimchpioadpopo
الوصف Get a Cleaner, Wider and Darker AzLyrics Experience!
حجم الملف 6.96 KB
عدد التثبيتات 13
النسخة الحالية 0.001
آخر تحديث 2020-01-19
تاريخ النشر 2020-01-19
المطور Otávio Pires
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AzLyrics - Clean View & Dark Mode",
    "version": "0.001",
    "description": "Get a Cleaner, Wider and Darker AzLyrics Experience!",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.azlyrics.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/az16.png",
            "32": "images\/az32.png",
            "48": "images\/az48.png",
            "128": "images\/az128.png"
        }
    },
    "icons": {
        "16": "images\/az16.png",
        "32": "images\/az32.png",
        "48": "images\/az48.png",
        "128": "images\/az128.png"
    }
}