The King of Gear

Discover gear info, guitar tunings, song lyrics, and more, when watching your favorite Radiohead videos!

The King of Gearคืออะไร?

The King of Gear เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Manaweb Inc และคุณลักษณะหลักของมันคือ "Discover gear info, guitar tunings, song lyrics, and more, when watching your favorite Radiohead videos!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The King of Gear

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

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

                        The King of Gear’s extension provides concise gear summaries and other useful annotations (lyrics, guitar tunings) for Radiohead videos on youtube. Rather than searching through tKoG or Google to find information on a video that you’re watching, simply click on the add-on to view a condensed list of relevant gear (often with timestamps included). If you want to read more about a track, just click through to the article(s) provided. This extension not only makes it easier to find information about the videos you’re watching, but also makes it easier for you to navigate our site.

If you have feedback about the extension, we’d be very happy to hear from you on our website (thekingofgear.com) or at [email protected]. This extension was built with the help of a new startup, and if you’d like to create a similar extension or have any questions, you can contact them at [email protected]

So far, we’ve added information to most of the videos on Radiohead’s official channel, particularly for the Thumbs Down and Scotch Mist webcast videos. We have more features coming soon, including gear summaries and other facts for non-official videos, and information about where you can buy the gear used in the videos.                    

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

ชื่อ The King of Gear The King of Gear
ID bfpehcmjikfdefmpjgoidakhibhgnhfh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/the-king-of-gear/bfpehcmjikfdefmpjgoidakhibhgnhfh
คำอธิบาย Discover gear info, guitar tunings, song lyrics, and more, when watching your favorite Radiohead videos!
ขนาดไฟล์ 1.46 MB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2018-01-30
วันที่เผยแพร่ 2018-01-30
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Manaweb Inc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.thekingofgear.com
URL หน้านโยบายความเป็นส่วนตัว http://www.manaweb.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The King of Gear",
    "short_name": "The King of Gear",
    "version": "1.0.1",
    "description": "Discover gear info, guitar tunings, song lyrics, and more, when watching your favorite Radiohead videos!",
    "browser_action": {
        "default_title": "The King of Gear",
        "default_icon": "img\/inactive_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/thekingofgear.com\/*",
                "https:\/\/www.sweetwater.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/s.ytimg.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js",
                "js\/dll.vendor.js",
                "js\/bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/s.ytimg.com https:\/\/*.youtube.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/www.sweetwater.com\/*",
        "http:\/\/www.youtube.com\/*",
        "http:\/\/www.manaweb.com\/*",
        "http:\/\/localhost\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    }
}