Ojjina
Ojjina - Easy browsing
Cos'è Ojjina?
Ojjina è un'estensione di Chrome sviluppata da Extension Pro, e la sua funzione principale è "Ojjina - Easy browsing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ojjina
Scarica i file di estensione Ojjina 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
Quick. Adaptive. Responsive. Expedited quick browser. By clicking "Add to Chrome", I accept and agree to installing the Ojjina Chrome extension and setting Chrome™ New Tab, Homepage takeover, and Default Search provided by Microsoft Bing by the service and the Terms of Use and Privacy Policy. Features: Fresh search box for browsing that aligns up with you. Quick socials for natural web movement. Fresh minimal design for a fresh look. Terms of Use: https://ojjina.com/terms/ Privacy Policy: https://ojjina.com/privacy/
Informazioni di Base sull'Estensione
Nome | Ojjina |
ID | nephiagegneojkefbbicjcpficjmchjg |
URL Ufficiale | https://chromewebstore.google.com/detail/ojjina/nephiagegneojkefbbicjcpficjmchjg |
Descrizione | Ojjina - Easy browsing |
Dimensione del File | 1.34 MB |
Conteggio Installazioni | 5,834 |
Versione Corrente | 0.0.25 |
Ultimo Aggiornamento | 2024-02-27 |
Data di Pubblicazione | 2022-04-20 |
Sviluppatore | Extension Pro |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://ojjina.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ojjina", "short_name": "Ojjina", "version": "0.0.25", "description": "Ojjina - Easy browsing", "homepage_url": "https:\/\/ojjina.com\/", "omnibox": { "keyword": "ojjina" }, "chrome_url_overrides": { "newtab": "html\/index.html" }, "action": { "default_title": "New Tab - Ojjina", "default_icon": "icons\/plexita-logo-x.png" }, "icons": { "16": "icons\/plexita-16x16.png", "48": "icons\/plexita-48x48.png", "128": "icons\/plexita-128x128.png" }, "chrome_settings_overrides": { "search_provider": { "name": "Ojjina", "keyword": "Keyword", "search_url": "https:\/\/ojjina.com\/ext-handler.php?type=search&searchTerms={searchTerms}", "favicon_url": "https:\/\/ojjina.com\/img\/favicon.ico", "encoding": "UTF-8", "suggest_url": "https:\/\/ojjina.com\/ext-handler.php?type=suggestion&searchTerms={searchTerms}", "is_default": true } }, "background": { "service_worker": "html\/js\/background.js" } } |