Explicitr

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

Explicitrとは何ですか?

Explicitrはmatgrioniによって開発されたChromeの拡張機能で、その主な機能は「Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Explicitr拡張機能のCRXファイルをダウンロード

Explicitr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Explicitr Explicitr
ID gboiagojhgfomjaahlbhadkgndcbimgd
公式URL https://chrome.google.com/webstore/detail/explicitr/gboiagojhgfomjaahlbhadkgndcbimgd
説明 Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.
ファイルサイズ 54 KB
インストール数 98
現在のバージョン 1.3.1
最終更新日 2017-12-15
公開日 2017-12-15
評価 2.14/5 合計 7 レビュー
開発者 matgrioni
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
    ]
}