Cartageous

Cartageous Chrome Extension

Wat is Cartageous?

Cartageous is een Chrome-extensie ontwikkeld door Blender Networks Inc., en de belangrijkste functie is "Cartageous Chrome Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cartageous

Download Cartageous-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cartageous Cartageous
ID naceaacfhibjaomhofpegoalinnkmegi
Officiële URL https://chromewebstore.google.com/detail/cartageous/naceaacfhibjaomhofpegoalinnkmegi
Beschrijving Cartageous Chrome Extension
Bestandsgrootte 2.25 MB
Aantal Installaties 43,833
Huidige Versie 1.4.5
Laatst Bijgewerkt 2024-01-12
Publicatiedatum 2021-02-04
Beoordeling 4.08/5 Totaal 12 Beoordelingen
Ontwikkelaar Blender Networks Inc.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://cartageous.com/
URL van de Privacybeleid Pagina https://blendernetworks.com/privacy-policy
Ondersteunde Talen 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"
    }
}