Explicitr
Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.
What is Explicitr?
Explicitr is a Chrome extension developed by matgrioni, and its main feature is "Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.".
Extension Screenshots
Download Explicitr Extension CRX File
Download Explicitr 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
A simple extension to check if a song is explicit or not. It checks against lyrics found on LyricsWiki. It's main use is for party DJ's to check if a requested song is explicit in a more precise way.
Extension Basic Information
Name | |
ID | gboiagojhgfomjaahlbhadkgndcbimgd |
Official URL | https://chrome.google.com/webstore/detail/explicitr/gboiagojhgfomjaahlbhadkgndcbimgd |
Description | Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki. |
File Size | 54 KB |
Installation Count | 98 |
Current Version | 1.3.1 |
Last Updated | 2017-12-15 |
Publish Date | 2017-12-15 |
Rating | 2.14/5 Total 7 Ratings |
Developer | matgrioni |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Explicitr", "version": "1.3.1", "description": "Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Check song lyrics", "default_popup": "popup.html" }, "permissions": [ "http:\/\/lyric-api.herokuapp.com\/api\/find\/*" ] } |