Wii Shop Music for Amazon.com

Auto-plays the Wii Shop music while visiting Amazon.com

Wii Shop Music for Amazon.comคืออะไร?

Wii Shop Music for Amazon.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Austin และคุณลักษณะหลักของมันคือ "Auto-plays the Wii Shop music while visiting Amazon.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wii Shop Music for Amazon.com

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

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

                        Auto-plays the Wii Shop music while visiting Amazon.com                    

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

ชื่อ Wii Shop Music for Amazon.com Wii Shop Music for Amazon.com
ID pciclldagfdmnjlmdllohgpkhdkdcpga
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wii-shop-music-for-amazon/pciclldagfdmnjlmdllohgpkhdkdcpga
คำอธิบาย Auto-plays the Wii Shop music while visiting Amazon.com
ขนาดไฟล์ 3.54 MB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2017-06-30
วันที่เผยแพร่ 2017-06-30
คะแนน 4.26/5 รวมทั้งหมด 61 คะแนน
ผู้พัฒนา Austin
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wii Shop Music for Amazon.com",
    "version": "0.0.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        },
        "default_title": "Wii Shop Music"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "js": [
                "src\/content\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "*:\/\/www.amazon.com\/*"
    ]
}