Cartageous
Cartageous Chrome Extension
Cos'è Cartageous?
Cartageous è un'estensione di Chrome sviluppata da Blender Networks Inc., e la sua funzione principale è "Cartageous Chrome Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cartageous
Scarica i file di estensione Cartageous in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Cartageous |
ID | naceaacfhibjaomhofpegoalinnkmegi |
URL Ufficiale | https://chromewebstore.google.com/detail/cartageous/naceaacfhibjaomhofpegoalinnkmegi |
Descrizione | Cartageous Chrome Extension |
Dimensione del File | 2.25 MB |
Conteggio Installazioni | 43,833 |
Versione Corrente | 1.4.5 |
Ultimo Aggiornamento | 2024-01-12 |
Data di Pubblicazione | 2021-02-04 |
Valutazione | 4.08/5 Totale 12 Valutazioni |
Sviluppatore | Blender Networks Inc. |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://cartageous.com/ |
URL della Pagina della Politica sulla Privacy | https://blendernetworks.com/privacy-policy |
Lingue Supportate | 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" } } |