Darling In The Franxx Theme

Animation Tab

Darling In The Franxx Themeคืออะไร?

Darling In The Franxx Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://nightcoretgofficial.blogspot.com และคุณลักษณะหลักของมันคือ "Animation Tab"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Darling In The Franxx Theme

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

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

                        Installing my Extension, it will give you backgrounds of an anime name's Darling In The Franxx. And also enjoy the music if you wanted to. I will keep update the pictures for your guys.                    

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

ชื่อ Darling In The Franxx Theme Darling In The Franxx Theme
ID jkamchfaakbbbhgdlcbephkhialhfipm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/darling-in-the-franxx-the/jkamchfaakbbbhgdlcbephkhialhfipm
คำอธิบาย Animation Tab
ขนาดไฟล์ 60.81 MB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-05-01
วันที่เผยแพร่ 2019-05-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://nightcoretgofficial.blogspot.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Nightcore Forever",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_popup": "popup.html",
        "default_title": ""
    },
    "manifest_version": 2,
    "name": "Darling In The Franxx Theme",
    "version": "1.0.1",
    "homepage_url": "https:\/\/www.youtube.com\/NightcoreTG",
    "description": "Animation Tab",
    "permissions": [
        "activeTab"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "web_accessible_resources": [
        "videos\/*.mp4"
    ]
}