Wankil Extension

Toutes les infos sur les lives et les vidéos Wankil au même endroit.

Wankil Extensionคืออะไร?

Wankil Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wartax และคุณลักษณะหลักของมันคือ "Toutes les infos sur les lives et les vidéos Wankil au même endroit."

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

screenshot
screenshot

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

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

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

                        Grâce à cette extension, recevez une notification quand un live démarre (Wankil, Laink et Terracid) ou quand une nouvelle vidéo/Vod est disponible.                    

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

ชื่อ Wankil Extension Wankil Extension
ID fkchmbfejbkhaohhejlipcceincddkll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wankil-extension/fkchmbfejbkhaohhejlipcceincddkll
คำอธิบาย Toutes les infos sur les lives et les vidéos Wankil au même endroit.
ขนาดไฟล์ 936 KB
จำนวนการติดตั้ง 253
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2022-11-26
วันที่เผยแพร่ 2020-04-08
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Wartax
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/WartaxDFS
ภาษาที่รองรับ fr
manifest.json
{
    "manifest_version": 2,
    "name": "Wankil Extension",
    "short_name": "Wankil Extension",
    "description": "Toutes les infos sur les lives et les vid\u00e9os Wankil au m\u00eame endroit.",
    "version": "0.0.6",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "background",
        "notifications",
        "*:\/\/static-cdn.jtvnw.net\/*",
        "*:\/\/i.ytimg.com\/*"
    ],
    "background": {
        "scripts": [
            ".\/scripts\/libs\/jquery-3.4.1.min.js",
            ".\/scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": ".\/views\/popup.html",
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "48": "img\/icon_48.png",
            "128": "img\/icon_128.png"
        }
    },
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    }
}