Explicitr

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

Explicitr là gì?

Explicitr là một tiện ích mở rộng Chrome được phát triển bởi matgrioni, và tính năng chính của nó là "Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Explicitr

Tải xuống các tệp mở rộng Explicitr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Explicitr Explicitr
ID gboiagojhgfomjaahlbhadkgndcbimgd
URL Chính Thức https://chrome.google.com/webstore/detail/explicitr/gboiagojhgfomjaahlbhadkgndcbimgd
Mô tả Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.
Kích Thước Tệp 54 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2017-12-15
Ngày Phát Hành 2017-12-15
Đánh Giá 2.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển matgrioni
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}