Darling In The Franxx Theme
Animation Tab
Vad är Darling In The Franxx Theme?
Darling In The Franxx Theme är en Chrome-tillägg utvecklad av http://nightcoretgofficial.blogspot.com, och dess huvudfunktion är "Animation Tab".
Tilläggsskärmbilder
Ladda ner Darling In The Franxx Theme-förlängningens CRX-fil
Ladda ner Darling In The Franxx Theme-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jkamchfaakbbbhgdlcbephkhialhfipm |
Officiell webbadress | https://chrome.google.com/webstore/detail/darling-in-the-franxx-the/jkamchfaakbbbhgdlcbephkhialhfipm |
Beskrivning | Animation Tab |
Filstorlek | 60.81 MB |
Antal Installationer | 27 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2019-05-01 |
Publiceringsdatum | 2019-05-01 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | http://nightcoretgofficial.blogspot.com |
Betalningssätt | free |
Stödda Språk | 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" ] } |