Children of Distance Google
Ez a Children of Distance zenekar egyedi Google keresőmotorja.
Children of Distance Googleとは何ですか?
Children of Distance GoogleはbrandTURBOによって開発されたChromeの拡張機能で、その主な機能は「Ez a Children of Distance zenekar egyedi Google keresőmotorja.」です。
拡張機能のスクリーンショット
Children of Distance Google拡張機能のCRXファイルをダウンロード
Children of Distance Google拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Children of Distance Google |
ID | hibgdihmhkbonkfdfhaofjfkonkgjkio |
公式URL | https://chromewebstore.google.com/detail/children-of-distance-goog/hibgdihmhkbonkfdfhaofjfkonkgjkio |
説明 | Ez a Children of Distance zenekar egyedi Google keresőmotorja. |
ファイルサイズ | 1008 KB |
インストール数 | 34 |
現在のバージョン | 2.5.1 |
最終更新日 | 2020-07-07 |
公開日 | 2020-07-06 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | brandTURBO |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://childrenofdistance.hu/ |
ヘルプページのURL | http://childrenofdistance.hu/ |
プライバシーポリシーページのURL | https://www.brandturbo.vip/privacy |
対応言語 | 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" ] } } |