Darling In The Franxx Theme

Animation Tab

什麼是Darling In The Franxx Theme?

Darling In The Franxx Theme是由http://nightcoretgofficial.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Animation Tab”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Darling In The Franxx Theme擴展crx文件

下載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
官方網址 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"
    ]
}