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はbrandTURBOによって開発されたChromeの拡張機能で、その主な機能は「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

Aquabumps拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
        ]
    }
}