Aquabumps

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

Τι είναι το Aquabumps;

Το Aquabumps είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον brandTURBO, και η κύρια λειτουργία του είναι "Bring the beach to your browser start tab every day with fine art photography shot from planes, helicopters and in the brine.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Aquabumps

Λήψη αρχείων επέκτασης Aquabumps σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Aquabumps Aquabumps
ID bcfkhmdogololgfhcadmnbngjhakahld
Επίσημο URL https://chromewebstore.google.com/detail/aquabumps/bcfkhmdogololgfhcadmnbngjhakahld
Περιγραφή Bring the beach to your browser start tab every day with fine art photography shot from planes, helicopters and in the brine.
Μέγεθος Αρχείου 1.79 MB
Αριθμός Εγκαταστάσεων 95
Τρέχουσα Έκδοση 2.7.1
Τελευταία Ενημέρωση 2020-09-29
Ημερομηνία Δημοσίευσης 2020-09-29
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής brandTURBO
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.aquabumps.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.aquabumps.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.brandturbo.vip/privacy
Υποστηριζόμενες Γλώσσες 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\/*"
        ]
    }
}