AzLyrics - Clean View & Dark Mode
Get a Cleaner, Wider and Darker AzLyrics Experience!
Vad är AzLyrics - Clean View & Dark Mode?
AzLyrics - Clean View & Dark Mode är en Chrome-tillägg utvecklad av Otávio Pires, och dess huvudfunktion är "Get a Cleaner, Wider and Darker AzLyrics Experience!".
Tilläggsskärmbilder
Ladda ner AzLyrics - Clean View & Dark Mode-förlängningens CRX-fil
Ladda ner AzLyrics - Clean View & Dark Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | ancolfadadfapijnjdlimchpioadpopo |
Officiell webbadress | https://chrome.google.com/webstore/detail/azlyrics-clean-view-dark/ancolfadadfapijnjdlimchpioadpopo |
Beskrivning | Get a Cleaner, Wider and Darker AzLyrics Experience! |
Filstorlek | 6.96 KB |
Antal Installationer | 13 |
Aktuell Version | 0.001 |
Senast Uppdaterad | 2020-01-19 |
Publiceringsdatum | 2020-01-19 |
Utvecklare | Otávio Pires |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |