Cartageous

Cartageous Chrome Extension

What is Cartageous?

Cartageous is a Chrome extension developed by Blender Networks Inc., and its main feature is "Cartageous Chrome Extension".

Extension Screenshots

screenshot

Download Cartageous Extension CRX File

Download Cartageous 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 Cartageous extension replaces your browsers New Tab search engine with Yahoo.com.

Please read carefully: By installing this application, you agree to the End User License Agreement and the Privacy Policy. Please note that this extension provides an easy to use search option right inside your new tab extension.                    

Extension Basic Information

Name Cartageous Cartageous
ID naceaacfhibjaomhofpegoalinnkmegi
Official URL https://chromewebstore.google.com/detail/cartageous/naceaacfhibjaomhofpegoalinnkmegi
Description Cartageous Chrome Extension
File Size 2.25 MB
Installation Count 43,833
Current Version 1.4.5
Last Updated 2024-01-12
Publish Date 2021-02-04
Rating 4.08/5 Total 12 Ratings
Developer Blender Networks Inc.
Email [email protected]
Payment Type free
Extension Website https://cartageous.com/
Privacy Policy Page URL https://blendernetworks.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cartageous",
    "description": "Cartageous Chrome Extension",
    "version": "1.4.5",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.cartageous.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/*",
                "assets\/js\/*",
                "assets\/fonts\/*"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}