Explicitr

Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.

Vad är Explicitr?

Explicitr är en Chrome-tillägg utvecklad av matgrioni, och dess huvudfunktion är "Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Explicitr-förlängningens CRX-fil

Ladda ner Explicitr-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Explicitr Explicitr
ID gboiagojhgfomjaahlbhadkgndcbimgd
Officiell webbadress https://chrome.google.com/webstore/detail/explicitr/gboiagojhgfomjaahlbhadkgndcbimgd
Beskrivning Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.
Filstorlek 54 KB
Antal Installationer 98
Aktuell Version 1.3.1
Senast Uppdaterad 2017-12-15
Publiceringsdatum 2017-12-15
Betyg 2.14/5 Totalt 7 Betyg
Utvecklare matgrioni
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}