Monitor URL Chrome Extensions
Detect to change url when url typed by Users. For URL Redirect of OpenNetLink.
What is Monitor URL Chrome Extensions?
Monitor URL Chrome Extensions is a Chrome extension developed by hsrnd1, and its main feature is "Detect to change url when url typed by Users. For URL Redirect of OpenNetLink.".
Extension Screenshots
Download Monitor URL Chrome Extensions Extension CRX File
Download Monitor URL Chrome Extensions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 리디렉션 기능.
Extension Basic Information
Name | Monitor URL Chrome Extensions |
ID | gbbehmiepgfmmnifjbnknjaebgmnpbam |
Official URL | https://chromewebstore.google.com/detail/monitor-url-chrome-extens/gbbehmiepgfmmnifjbnknjaebgmnpbam |
Description | Detect to change url when url typed by Users. For URL Redirect of OpenNetLink. |
File Size | 5.51 MB |
Installation Count | 11,483 |
Current Version | 1.1 |
Last Updated | 2021-07-23 |
Publish Date | 2021-02-13 |
Developer | hsrnd1 |
[email protected] | |
Payment Type | free |
Extension Website | http://www.hanssak.co.kr/main/main.html |
Help Page URL | http://www.hanssak.co.kr/support/inquiry.html |
Supported Languages | 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" ] } |