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
官方網址 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"
    }
}