Curse Highlight

Highlights curse words on lyrics websites.

Cos'è Curse Highlight?

Curse Highlight è un'estensione di Chrome sviluppata da spiderobert, e la sua funzione principale è "Highlights curse words on lyrics websites.".

Scarica il file CRX dell'estensione Curse Highlight

Scarica i file di estensione Curse Highlight in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Highlights curse words on lyrics websites including:
songlyrics.com, azlyrics.com, lyricsfreak.com,
lyricsmode.com, metrolyrics.com

also adds a colored border to the above sites:
Green - No curse words found
Red - Curse words found

this add-on was created for a DJ to easily find potentially offensive content in songs

cursing icon by Laura Peres from the Noun Project released under CC Attribution License (https://creativecommons.org/licenses/by/3.0/us/)
https://thenounproject.com/term/cursing/479015/

-----Changes-----
1.2 - Added more words to check for.                    

Informazioni di Base sull'Estensione

Nome Curse Highlight Curse Highlight
ID mmdlihfcbcifdphpdkejphfcopijpogf
URL Ufficiale https://chrome.google.com/webstore/detail/curse-highlight/mmdlihfcbcifdphpdkejphfcopijpogf
Descrizione Highlights curse words on lyrics websites.
Dimensione del File 11.81 KB
Conteggio Installazioni 29
Versione Corrente 1.2
Ultimo Aggiornamento 2017-10-07
Data di Pubblicazione 2017-10-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore spiderobert
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Curse Highlight",
    "version": "1.2",
    "description": "Highlights curse words on lyrics websites.",
    "icons": {
        "48": "icons\/curse_2.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.azlyrics.com\/*",
                "*:\/\/*.songlyrics.com\/*",
                "*:\/\/*.lyricsfreak.com\/*",
                "*:\/\/*.metrolyrics.com\/*",
                "*:\/\/*.lyricsmode.com\/*"
            ],
            "js": [
                "mark.min.js",
                "curse.js"
            ]
        }
    ]
}