Monitor URL Chrome Extensions

Detect to change url when url typed by Users. For URL Redirect of OpenNetLink.

Cos'è Monitor URL Chrome Extensions?

Monitor URL Chrome Extensions è un'estensione di Chrome sviluppata da hsrnd1, e la sua funzione principale è "Detect to change url when url typed by Users. For URL Redirect of OpenNetLink.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Monitor URL Chrome Extensions

Scarica i file di estensione Monitor URL Chrome Extensions 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 is just only for SecureGate of Hanssak System
To supported URL Redirection feature of OpenNetLink by Hanssak System.

이 확장은 한싹 시스템의 SecureGate 전용입니다.
Hanssak System에서 지원하는 OpenNetLink의 URL 리디렉션 기능.                    

Informazioni di Base sull'Estensione

Nome Monitor URL Chrome Extensions Monitor URL Chrome Extensions
ID gbbehmiepgfmmnifjbnknjaebgmnpbam
URL Ufficiale https://chromewebstore.google.com/detail/monitor-url-chrome-extens/gbbehmiepgfmmnifjbnknjaebgmnpbam
Descrizione Detect to change url when url typed by Users. For URL Redirect of OpenNetLink.
Dimensione del File 5.51 MB
Conteggio Installazioni 11,483
Versione Corrente 1.1
Ultimo Aggiornamento 2021-07-23
Data di Pubblicazione 2021-02-13
Sviluppatore hsrnd1
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.hanssak.co.kr/main/main.html
URL della Pagina di Aiuto http://www.hanssak.co.kr/support/inquiry.html
Lingue Supportate ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Monitor URL Chrome Extensions",
    "description": "Detect to change url when url typed by Users. For URL Redirect of OpenNetLink.",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "ico.png",
        "default_title": "Monitor URL Extensions"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation"
    ]
}