Avicii Theme
These Are The Nights That Never Die!
Co to jest Avicii Theme?
Avicii Theme to rozszerzenie Chrome opracowane przez http://www.appicted.in, a jego główną funkcją jest „These Are The Nights That Never Die!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Avicii Theme
Pobierz pliki rozszerzeń Avicii Theme w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Let me know what other themes you'd like to see. Check out more of my work at www.appicted.in No copyright infringement intended.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ebkmjncfiogembobcoehljlpedeopjgh |
Oficjalny URL | https://chrome.google.com/webstore/detail/avicii-theme/ebkmjncfiogembobcoehljlpedeopjgh |
Opis | These Are The Nights That Never Die! |
Rozmiar pliku | 365 KB |
Liczba instalacji | 111 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2018-12-07 |
Data Publikacji | 2018-12-07 |
Ocena | 4.75/5 Łącznie 4 Oceny |
Deweloper | http://www.appicted.in |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.coach.me/Dhiraj?ref=YJNVl |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "description": "These Are The Nights That Never Die!", "name": "Avicii Theme", "browser_action": { "default_icon": "icon.png", "default_title": "Avicii" }, "permissions": [ "tabs" ], "chrome_url_overrides": { "newtab": "newTab.html" }, "icons": { "64": "smallIcon.png", "128": "icon.png" }, "incognito": "split" } |