Ibiza Sonica
Official new tab of Ibiza Sonica Radio with exclusive content.
Qu'est-ce que Ibiza Sonica ?
Ibiza Sonica est une extension Chrome développée par http://fansearch.net, et sa fonction principale est "Official new tab of Ibiza Sonica Radio with exclusive content.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ibiza Sonica
Téléchargez les fichiers d'extension Ibiza Sonica au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nbbndecdohdjaigpmahocjkakajpoodl |
URL Officiel | https://chrome.google.com/webstore/detail/ibiza-sonica/nbbndecdohdjaigpmahocjkakajpoodl |
Description | Official new tab of Ibiza Sonica Radio with exclusive content. |
Taille du Fichier | 2.65 MB |
Nombre d'Installations | 71 |
Version Actuelle | 3.1.1 |
Dernière Mise à Jour | 2021-03-03 |
Date de Publication | 2020-11-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://fansearch.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://ibizasonica.com |
URL de la Page d'Aide | http://ibizasonica.com |
URL de la Page de Politique de Confidentialité | https://www.brandturbo.vip/privacy |
Langues Prises en Charge | 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" } } } |