Curse Highlight
Highlights curse words on lyrics websites.
Qu'est-ce que Curse Highlight ?
Curse Highlight est une extension Chrome développée par spiderobert, et sa fonction principale est "Highlights curse words on lyrics websites.".
Télécharger le fichier CRX de l'extension Curse Highlight
Téléchargez les fichiers d'extension Curse Highlight au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mmdlihfcbcifdphpdkejphfcopijpogf |
URL Officiel | https://chrome.google.com/webstore/detail/curse-highlight/mmdlihfcbcifdphpdkejphfcopijpogf |
Description | Highlights curse words on lyrics websites. |
Taille du Fichier | 11.81 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2017-10-07 |
Date de Publication | 2017-10-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | spiderobert |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |