Ibiza Sonica
Official new tab of Ibiza Sonica Radio with exclusive content.
Ibiza Sonicaとは何ですか?
Ibiza Sonicaはhttp://fansearch.netによって開発されたChromeの拡張機能で、その主な機能は「Official new tab of Ibiza Sonica Radio with exclusive content.」です。
拡張機能のスクリーンショット
Ibiza Sonica拡張機能のCRXファイルをダウンロード
Ibiza Sonica拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Install the Ibiza Sonica Radio Homepage add-on to get amazing wallpapers of Ibiza island, listen to good music and be updated about the latest news and information on a daily basis. You can install the Chrome new tab extension homepage to Chrome OS, Mac or Windows and give your Google Chrome or Microsoft Edge browser a fresh Ibiza Sonica Radio look.
拡張機能の基本情報
名前 | |
ID | nbbndecdohdjaigpmahocjkakajpoodl |
公式URL | https://chrome.google.com/webstore/detail/ibiza-sonica/nbbndecdohdjaigpmahocjkakajpoodl |
説明 | Official new tab of Ibiza Sonica Radio with exclusive content. |
ファイルサイズ | 2.65 MB |
インストール数 | 71 |
現在のバージョン | 3.1.1 |
最終更新日 | 2021-03-03 |
公開日 | 2020-11-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://fansearch.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://ibizasonica.com |
ヘルプページのURL | http://ibizasonica.com |
プライバシーポリシーページのURL | https://www.brandturbo.vip/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ibiza Sonica", "version": "3.1.1", "description": "Official new tab of Ibiza Sonica Radio with exclusive content.", "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" ] }, "externally_connectable": { "matches": [ "*:\/\/*.ibizasonica.com\/*" ] }, "chrome_settings_overrides": { "search_provider": { "name": "Fansearch", "keyword": "fansearch", "encoding": "UTF-8", "is_default": true, "search_url": "https:\/\/www.fansearch.net\/search?rtag=ibzs&rsrc=o&q={searchTerms}&{google:originalQueryForSuggestion}{google:prefetchQuery}", "favicon_url": "https:\/\/www.fansearch.net\/favicon.ico", "suggest_url": "https:\/\/www.fansearch.net\/suggest?rtag=ibzs&rsrc=o&q={searchTerms}&fmt=cr" } } } |