Genesys spell ( Minions )

This spell changes the style of Genesys | Created by : Don Giovanni

Genesys spell ( Minions )คืออะไร?

Genesys spell ( Minions ) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Don Giovanni และคุณลักษณะหลักของมันคือ "This spell changes the style of Genesys | Created by : Don Giovanni "

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Genesys spell ( Minions )

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

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

                        This spell changes the style of Genesys | Created by : Don Giovanni                    

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

ชื่อ Genesys spell ( Minions ) Genesys spell ( Minions )
ID fdbfmkkdmnkildnnabbmlmkhljmbkaod
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/genesys-spell-minions/fdbfmkkdmnkildnnabbmlmkhljmbkaod
คำอธิบาย This spell changes the style of Genesys | Created by : Don Giovanni
ขนาดไฟล์ 69.7 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-08-21
วันที่เผยแพร่ 2015-08-21
ผู้พัฒนา Don Giovanni
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Genesys spell ( Minions )",
    "description": "This spell changes the style of Genesys | Created by : Don Giovanni ",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/service7.soundbite.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/service7.soundbite.com\/"
    ]
}