Ocean Tabs

Ocean Tabs - Welcome to The Ocean

What is Ocean Tabs?

Ocean Tabs is a Chrome extension developed by bryce, and its main feature is "Ocean Tabs - Welcome to The Ocean".

Extension Screenshots

screenshot
screenshot

Download Ocean Tabs Extension CRX File

Download Ocean Tabs 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

                        Ocean Tabs is designed to provide users a calming experience while browsing the internet. The relaxing ocean backdrop makes it a great way to start work, or shopping online.                    

Extension Basic Information

Name Ocean Tabs Ocean Tabs
ID oobghmgkkjlilhnneocieeahlmlefeng
Official URL https://chrome.google.com/webstore/detail/ocean-tabs/oobghmgkkjlilhnneocieeahlmlefeng
Description Ocean Tabs - Welcome to The Ocean
File Size 96.23 KB
Installation Count 80,000
Current Version 1.2
Last Updated 2022-03-10
Publish Date 2022-02-20
Rating 2.08/5 Total 12 Ratings
Developer bryce
Email [email protected]
Payment Type free
Extension Website https://oceanstarttab.com
Help Page URL https://oceanstarttab.com/?a=about
Privacy Policy Page URL https://foreststarttabs.com?a=privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ocean Tabs",
    "description": "Ocean Tabs - Welcome to The Ocean ",
    "version": "1.2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": ".\/img\/icons\/oceantabs.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "oauth2": {
        "client_id": "UiRNYB_QlQthhyvuYrBmg8n8JiLMuWFhKQ7wN3sPi_U",
        "scopes": [
            "",
            "https:\/\/api.unsplash.com\/photos\/?"
        ],
        "content_security_policy": "script-src 'self'  'unsafe-inline' 'unsafe eval'  https:\/\/apis.google.com\/js\/client.js?; object-src 'self'"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}