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
电子邮箱 [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\/*"
    ]
}