AzLyrics - Clean View & Dark Mode
Get a Cleaner, Wider and Darker AzLyrics Experience!
What is AzLyrics - Clean View & Dark Mode?
AzLyrics - Clean View & Dark Mode is a Chrome extension developed by Otávio Pires, and its main feature is "Get a Cleaner, Wider and Darker AzLyrics Experience!".
Extension Screenshots
Download AzLyrics - Clean View & Dark Mode Extension CRX File
Download AzLyrics - Clean View & Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ancolfadadfapijnjdlimchpioadpopo |
Official URL | https://chrome.google.com/webstore/detail/azlyrics-clean-view-dark/ancolfadadfapijnjdlimchpioadpopo |
Description | Get a Cleaner, Wider and Darker AzLyrics Experience! |
File Size | 6.96 KB |
Installation Count | 13 |
Current Version | 0.001 |
Last Updated | 2020-01-19 |
Publish Date | 2020-01-19 |
Developer | Otávio Pires |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |