Curse Highlight
Highlights curse words on lyrics websites.
Curse Highlight란 무엇입니까?
Curse Highlight은(는) spiderobert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlights curse words on lyrics websites."입니다.
Curse Highlight 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | mmdlihfcbcifdphpdkejphfcopijpogf |
공식 URL | https://chrome.google.com/webstore/detail/curse-highlight/mmdlihfcbcifdphpdkejphfcopijpogf |
설명 | Highlights curse words on lyrics websites. |
파일 크기 | 11.81 KB |
설치 횟수 | 29 |
현재 버전 | 1.2 |
최근 업데이트 | 2017-10-07 |
출시 날짜 | 2017-10-07 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | spiderobert |
결제 유형 | free |
지원되는 언어 | 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" ] } ] } |