Explicitr
Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.
Qu'est-ce que Explicitr ?
Explicitr est une extension Chrome développée par matgrioni, et sa fonction principale est "Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Explicitr
Téléchargez les fichiers d'extension Explicitr 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
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.
Informations de Base sur l'Extension
Nom | |
ID | gboiagojhgfomjaahlbhadkgndcbimgd |
URL Officiel | 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. |
Taille du Fichier | 54 KB |
Nombre d'Installations | 98 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2017-12-15 |
Date de Publication | 2017-12-15 |
Évaluation | 2.14/5 Total 7 Évaluations |
Développeur | matgrioni |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |