Genius Copier

This extension lets you copy lyrics or images on Genius.com

Genius Copierคืออะไร?

Genius Copier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย paolodedo และคุณลักษณะหลักของมันคือ "This extension lets you copy lyrics or images on Genius.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Genius Copier

ดาวน์โหลดไฟล์ส่วนขยาย Genius Copier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Genius Copier Extension for Chrome

With this small and light plugin, you have the chance to copy lyrics and get image URL in a simplified way.

The new 6.0 version provides utilities, like "Expand All" in order to see music productions and an easy way to open all the songs in browser tabs, even for the "Album" page!

Plus, you have the possibility of setting your custom width and height for a nice and useful Youtube floating media box.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Genius Copier Genius Copier
ID gmplelbepcielekgokdldeffbkjacglf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/genius-copier/gmplelbepcielekgokdldeffbkjacglf
คำอธิบาย This extension lets you copy lyrics or images on Genius.com
ขนาดไฟล์ 2.07 MB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 7.0
อัปเดตครั้งล่าสุด 2021-11-23
วันที่เผยแพร่ 2020-03-03
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา paolodedo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Genius Copier",
    "short_name": "Genius Copier",
    "description": "This extension lets you copy lyrics or images on Genius.com",
    "version": "7.0",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "skin\/images\/genius-icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/script.js",
                "assets\/fontawesome\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "js\/vendor\/jquery-3.3.1.min.js",
                "js\/vendor\/toastr-2.1.4.min.js",
                "js\/genius-copier.js"
            ],
            "matches": [
                "https:\/\/genius.com\/*"
            ],
            "css": [
                "skin\/css\/vendor\/toastr-2.1.4.min.css",
                "skin\/css\/genius-copier.css",
                "assets\/fontawesome\/css\/all.min.css"
            ]
        }
    ],
    "action": {
        "default_icon": "skin\/images\/genius-favicon-19x19px.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}