Aquabumps

Bring the beach to your browser start tab every day with fine art photography shot from planes, helicopters and in the brine.

Cos'è Aquabumps?

Aquabumps è un'estensione di Chrome sviluppata da brandTURBO, e la sua funzione principale è "Bring the beach to your browser start tab every day with fine art photography shot from planes, helicopters and in the brine.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Aquabumps

Scarica i file di estensione Aquabumps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The new Aquabumps browser start tab is dedicated to early morning beach life. Each day we bring you waves, surfers (good and bad), swimmers, sunrises, and whatever is happening down the beach. Which beach? Bondi mainly (we’re based there) but quite often Italy, Rio, Hawaii, Tahiti, Maldives, Indonesia and Fiji.
 
Transform your browsing experience with custom HD wallpaper and video gallery, newsfeed bringing you daily beach updates, and fully customisable browsing functions.
 
Download the Aquabumps Chrome browser start tab for Windows and Mac OS now.                    

Informazioni di Base sull'Estensione

Nome Aquabumps Aquabumps
ID bcfkhmdogololgfhcadmnbngjhakahld
URL Ufficiale https://chromewebstore.google.com/detail/aquabumps/bcfkhmdogololgfhcadmnbngjhakahld
Descrizione Bring the beach to your browser start tab every day with fine art photography shot from planes, helicopters and in the brine.
Dimensione del File 1.79 MB
Conteggio Installazioni 95
Versione Corrente 2.7.1
Ultimo Aggiornamento 2020-09-29
Data di Pubblicazione 2020-09-29
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore brandTURBO
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.aquabumps.com/
URL della Pagina di Aiuto https://www.aquabumps.com/
URL della Pagina della Politica sulla Privacy https://www.brandturbo.vip/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aquabumps",
    "version": "2.7.1",
    "description": "Bring the beach to your browser start tab every day with fine art photography shot from planes, helicopters and in the brine.",
    "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": [
            "*:\/\/*.aquabumps.com\/*"
        ]
    }
}