Darling In The Franxx Theme
Animation Tab
O que é Darling In The Franxx Theme?
Darling In The Franxx Theme é uma extensão do Chrome desenvolvida por http://nightcoretgofficial.blogspot.com, e sua principal característica é "Animation Tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Darling In The Franxx Theme
Baixe arquivos de extensão Darling In The Franxx Theme no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jkamchfaakbbbhgdlcbephkhialhfipm |
URL Oficial | https://chrome.google.com/webstore/detail/darling-in-the-franxx-the/jkamchfaakbbbhgdlcbephkhialhfipm |
Descrição | Animation Tab |
Tamanho do Arquivo | 60.81 MB |
Contagem de Instalações | 27 |
Versão Atual | 1.0.1 |
Última Atualização | 2019-05-01 |
Data de Publicação | 2019-05-01 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | http://nightcoretgofficial.blogspot.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |