Darling In The Franxx Theme
Animation Tab
什么是Darling In The Franxx Theme?
Darling In The Franxx Theme是由http://nightcoretgofficial.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Animation Tab”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } |