Snakou

Ne rate plus aucun live ni aucune vidéo avec la Master Extension !

Snakouคืออะไร?

Snakou เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snakou.fr และคุณลักษณะหลักของมันคือ "Ne rate plus aucun live ni aucune vidéo avec la Master Extension !"

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

screenshot

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

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

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

                        Ne rate aucun live ni aucune vidéo en téléchargeant cette extension pour Google Chrome! :)                    

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

ชื่อ Snakou Snakou
ID lcjhokogmfjbhdfnhpgpamfpjjgckejn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snakou/lcjhokogmfjbhdfnhpgpamfpjjgckejn
คำอธิบาย Ne rate plus aucun live ni aucune vidéo avec la Master Extension !
ขนาดไฟล์ 360 KB
จำนวนการติดตั้ง 4,088
เวอร์ชันปัจจุบัน 2.7.4
อัปเดตครั้งล่าสุด 2023-11-27
วันที่เผยแพร่ 2020-03-09
คะแนน 4.93/5 รวมทั้งหมด 149 คะแนน
ผู้พัฒนา https://snakou.fr
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.twitch.tv/mastersnakou
URL หน้านโยบายความเป็นส่วนตัว https://storage.mastersnakou.fr/services/mobile/cgu.html
ภาษาที่รองรับ fr
manifest.json
{
    "name": "Snakou",
    "description": "Ne rate plus aucun live ni aucune vid\u00e9o avec la Master Extension !",
    "version": "2.7.4",
    "background": {
        "scripts": [
            "js\/config.js",
            "libs\/jquery.min.js",
            "js\/fonctions.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "html\/popup.html",
        "default_title": "Snakou"
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "js": [
                "libs\/jquery.min.js",
                "js\/username-grabber.js"
            ],
            "matches": [
                "https:\/\/game.mastersnakou.fr\/"
            ]
        },
        {
            "css": [
                "css\/twitch-event.css"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/socket.io.min.js",
                "js\/twitch-event.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/mastersnakou"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}