Curse Highlight

Highlights curse words on lyrics websites.

What is Curse Highlight?

Curse Highlight is a Chrome extension developed by spiderobert, and its main feature is "Highlights curse words on lyrics websites.".

Download Curse Highlight Extension CRX File

Download Curse Highlight 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

                        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.                    

Extension Basic Information

Name Curse Highlight Curse Highlight
ID mmdlihfcbcifdphpdkejphfcopijpogf
Official URL https://chrome.google.com/webstore/detail/curse-highlight/mmdlihfcbcifdphpdkejphfcopijpogf
Description Highlights curse words on lyrics websites.
File Size 11.81 KB
Installation Count 29
Current Version 1.2
Last Updated 2017-10-07
Publish Date 2017-10-07
Rating 5.00/5 Total 1 Ratings
Developer spiderobert
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}