AzLyrics - Clean View & Dark Mode

Get a Cleaner, Wider and Darker AzLyrics Experience!

什么是AzLyrics - Clean View & Dark Mode?

AzLyrics - Clean View & Dark Mode是由Otávio Pires开发的Chrome扩展程序,该扩展的主要功能是“Get a Cleaner, Wider and Darker AzLyrics Experience!”。

扩展截图

screenshot
screenshot
screenshot

下载AzLyrics - Clean View & Dark Mode扩展crx文件

下载AzLyrics - Clean View & Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}