Aquabumps

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

What is Aquabumps?

Aquabumps is a Chrome extension developed by brandTURBO, and its main feature is "Bring the beach to your browser start tab every day with fine art photography shot from planes, helicopters and in the brine.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Aquabumps Extension CRX File

Download Aquabumps extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Aquabumps Aquabumps
ID bcfkhmdogololgfhcadmnbngjhakahld
Official URL https://chromewebstore.google.com/detail/aquabumps/bcfkhmdogololgfhcadmnbngjhakahld
Description Bring the beach to your browser start tab every day with fine art photography shot from planes, helicopters and in the brine.
File Size 1.79 MB
Installation Count 95
Current Version 2.7.1
Last Updated 2020-09-29
Publish Date 2020-09-29
Rating 5.00/5 Total 4 Ratings
Developer brandTURBO
Email [email protected]
Payment Type free
Extension Website https://www.aquabumps.com/
Help Page URL https://www.aquabumps.com/
Privacy Policy Page URL https://www.brandturbo.vip/privacy
Supported Languages 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\/*"
        ]
    }
}