Darling In The Franxx Theme
Animation Tab
ما هو Darling In The Franxx Theme؟
Darling In The Franxx Theme هو إضافة Chrome تم تطويرها بواسطة http://nightcoretgofficial.blogspot.com، والميزة الرئيسية لها هي "Animation Tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Darling In The Franxx Theme
قم بتنزيل ملفات الامتداد Darling In The Franxx Theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |