Children of Distance Google
Ez a Children of Distance zenekar egyedi Google keresőmotorja.
Co to jest Children of Distance Google?
Children of Distance Google to rozszerzenie Chrome opracowane przez brandTURBO, a jego główną funkcją jest „Ez a Children of Distance zenekar egyedi Google keresőmotorja.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Children of Distance Google
Pobierz pliki rozszerzeń Children of Distance Google 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
Ez a Children of Distance zenekar egyedi Google keresőmotorja. Itt megtaláljátok a rólunk szóló összes cikket, koncert dátumokat, insta, facebook posztjainkat, a webshopunkat és az összes új Youtube tartalmunkat egy helyen. Sőt! Exkluzív tartalmakat is találhattok majd itt folyamatosan. Új háttérképek, interjúk, egyszóval minden, ami Children of Distance.
Podstawowe informacje o rozszerzeniu
Nazwa | Children of Distance Google |
ID | hibgdihmhkbonkfdfhaofjfkonkgjkio |
Oficjalny URL | https://chromewebstore.google.com/detail/children-of-distance-goog/hibgdihmhkbonkfdfhaofjfkonkgjkio |
Opis | Ez a Children of Distance zenekar egyedi Google keresőmotorja. |
Rozmiar pliku | 1008 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 2.5.1 |
Ostatnia Aktualizacja | 2020-07-07 |
Data Publikacji | 2020-07-06 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | brandTURBO |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://childrenofdistance.hu/ |
Adres URL Strony Pomocy | http://childrenofdistance.hu/ |
Adres URL Strony Polityki Prywatności | https://www.brandturbo.vip/privacy |
Obsługiwane Języki | hu |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Children of Distance Google", "version": "2.5.1", "description": "Ez a Children of Distance zenekar egyedi Google keres\u0151motorja.", "icons": { "16": "icons\/icon-16px.png", "32": "icons\/icon-32px.png", "48": "icons\/icon-96px.png", "128": "icons\/icon-256px.png" }, "chrome_url_overrides": { "newtab": "startpage.html#newTab" }, "browser_action": { "default_title": "New Tab" }, "permissions": [ "topSites" ], "optional_permissions": [ "history", "bookmarks", "chrome:\/\/favicon\/" ], "background": { "scripts": [ "background.js" ] } } |