Explicitr

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

Apa itu Explicitr?

Explicitr adalah ekstensi Chrome yang dikembangkan oleh matgrioni, dan fitur utamanya adalah "Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Explicitr

Unduh file ekstensi Explicitr dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Explicitr Explicitr
ID gboiagojhgfomjaahlbhadkgndcbimgd
URL Resmi https://chrome.google.com/webstore/detail/explicitr/gboiagojhgfomjaahlbhadkgndcbimgd
Deskripsi Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.
Ukuran File 54 KB
Jumlah Instalasi 98
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2017-12-15
Tanggal Publikasi 2017-12-15
Penilaian 2.14/5 Total 7 Penilaian
Pengembang matgrioni
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}