The Octa Domain Checker

The Octa Domain Checker

Cos'è The Octa Domain Checker?

The Octa Domain Checker è un'estensione di Chrome sviluppata da https://octafx.com, e la sua funzione principale è "The Octa Domain Checker".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Octa Domain Checker

Scarica i file di estensione The Octa Domain Checker 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

                        This extension shows up-to-date domain addresses of all language versions used by the Octa Markets Incorpoarted services.                    

Informazioni di Base sull'Estensione

Nome The Octa Domain Checker The Octa Domain Checker
ID omjmoplhjiaimmadindicfbnhoejbpka
URL Ufficiale https://chromewebstore.google.com/detail/the-octa-domain-checker/omjmoplhjiaimmadindicfbnhoejbpka
Descrizione The Octa Domain Checker
Dimensione del File 130 KB
Conteggio Installazioni 1,889
Versione Corrente 1.0.18
Ultimo Aggiornamento 2023-12-12
Data di Pubblicazione 2020-01-23
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://octafx.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate id,ms,de,en,vi,tr,es,pt-BR,pt-PT,hi,bn,th,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.18",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "*:\/\/localhost\/*",
        "*:\/\/*\/domains-actualizer\/*",
        "*:\/\/ip-api.com\/json\/*",
        "alarms",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/octa-16x16.png",
            "32": "assets\/icons\/octa-32x32.png",
            "48": "assets\/icons\/octa-48x48.png",
            "128": "assets\/icons\/octa-128x128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icons\/octa-16x16.png",
        "32": "assets\/icons\/octa-32x32.png",
        "48": "assets\/icons\/octa-48x48.png",
        "128": "assets\/icons\/octa-128x128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/user-hits.octaglobal.com\/client.min.js; script-src-elem 'self' https:\/\/user-hits.octaglobal.com\/client.min.js; object-src 'self'"
}