Everything is Awesome!

This extension will play the 'Everything is Awesome' song.

Everything is Awesome!คืออะไร?

Everything is Awesome! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension will play the 'Everything is Awesome' song."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Everything is Awesome!

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

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

                        Clicking on the lego will bring a up a audio of the chorus of "Everything is Awesome".                    

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

ชื่อ Everything is Awesome! Everything is Awesome!
ID okadogimmiabfkmomanboihcamdejgbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/everything-is-awesome/okadogimmiabfkmomanboihcamdejgbh
คำอธิบาย This extension will play the 'Everything is Awesome' song.
ขนาดไฟล์ 36.57 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-07-25
วันที่เผยแพร่ 2014-07-25
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Everything is Awesome!",
    "description": "This extension will play the 'Everything is Awesome' song.",
    "version": "1.0",
    "permissions": [
        "https:\/\/youtube.com\/*"
    ],
    "browser_action": {
        "default_icon": "lego16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "lego16.png",
        "48": "lego48.png",
        "128": "lego128.png"
    }
}