Explicitr
Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.
Wat is Explicitr?
Explicitr is een Chrome-extensie ontwikkeld door matgrioni, en de belangrijkste functie is "Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.".
Extensie Screenshots
Download het CRX-bestand van de extensie Explicitr
Download Explicitr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gboiagojhgfomjaahlbhadkgndcbimgd |
Officiële URL | https://chrome.google.com/webstore/detail/explicitr/gboiagojhgfomjaahlbhadkgndcbimgd |
Beschrijving | Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki. |
Bestandsgrootte | 54 KB |
Aantal Installaties | 98 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2017-12-15 |
Publicatiedatum | 2017-12-15 |
Beoordeling | 2.14/5 Totaal 7 Beoordelingen |
Ontwikkelaar | matgrioni |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |