Redmorph Browser Controller

Control. Protection. Privacy.

Redmorph Browser Controller란 무엇입니까?

Redmorph Browser Controller은(는) https://redmorph.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control. Protection. Privacy."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Redmorph Browser Controller 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Privacy & Security is now one click away! 
AD & TRACKER BLOCKER, WEBSITE USER-AGENT SPOOFER, GeoIP ACTIVITY WEBVIEW and CONTENT FILTER. 
You shouldn't need multiple products and technical know-how to protect yourself or your family online. We've created a single, easy-to-use and highly customizable solution to give anyone comprehensive protection and control: the RedMorph Browser Controller.

STOP INVASIVE TRACKING AND PREVENT MALWARE
Block unwanted cookies, trackers, web beacons, and related analytics technologies to protect your online identity. Preventing cascading 3rd party connections lowers the probability of malicious sites from loading in the background. Prevent trackers from posting your data back onto their servers.

SPOOF WEBSITES SO THEY CANNOT TRACK YOU:
Every time you request a webpage, your browser sends a user-agent, which contains information about your device and browser. These along with the return IP address can be used to identify you and track your activity.  Redmorph automatically make tiny changes to your default user agent-header every time you visit a new page therefore lowering the probability of the web server from identifying you.  

VISUALIZE YOUR DIGITAL ECOSYSTEM:
Our interactive SpyderWeb technology gives you complete visibility and granular control over trackers and 3rd parties loaded onto your computer behind websites, including those that follow you across multiple sites.  You can allow/block individual URLs for more granular control.

VISUALIZE LOCATION OF SERVERS ON A GLOBAL MAP THAT WEBSITES ARE COMMUNICATING WITH:
Our GeoIP Mapview features allows you to clearly visualize the server locations that websites, their trackers and 3rd parties are communicating with.

ENJOY DRAMATICALLY FASTER PAGE LOADS:
Blocking trackers means up to 70% less HTTP connection overhead, so you can load your favorite webpages in a fraction of the time.

CONTROL INAPPROPRIATE CONTENT:
Fully customizable parental controls allow you to block inappropriate content or define trusted sites, our Settings Lock capability prevents tampering.

Take control of your digital life. Download the RedMorph Browser Controller today!

To learn more visit our help page:
https://redmorph.com/help.html                    

확장 프로그램 기본 정보

이름 Redmorph Browser Controller Redmorph Browser Controller
ID ghpfnohpiocmklpejkcliiloniceahdo
공식 URL https://chromewebstore.google.com/detail/redmorph-browser-controll/ghpfnohpiocmklpejkcliiloniceahdo
설명 Control. Protection. Privacy.
파일 크기 7.21 MB
설치 횟수 885
현재 버전 1.0.4
최근 업데이트 2023-03-10
출시 날짜 2023-03-10
평점 4.64/5 총 39 개의 평점
개발자 https://redmorph.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://redmorph.com
개인정보 보호 정책 페이지 URL https://redmorph.com/privacyPolicy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redmorph Browser Controller",
    "short_name": "RM BC",
    "version": "1.0.4",
    "devtools_page": "popup\/popup.html",
    "description": "Control. Protection. Privacy.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Redmorph Browser Controller",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "browsingData",
        "cookies",
        "tabs",
        "webRequest",
        "webNavigation",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "page": "popup\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/framework\/jquery-3.3.1.min.js",
                "js\/framework\/sjcl.js",
                "js\/urlFilter.js",
                "js\/wordFilter.js",
                "js\/activitypanelanim.js"
            ],
            "css": [
                "css\/fontcontent.css",
                "css\/activitypanel.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/framework\/jquery-ui.js",
                "js\/framework\/messenger.js",
                "js\/framework\/messenger-theme-future.js",
                "js\/wordFilter.js",
                "js\/customError.js",
                "js\/notification.js"
            ],
            "css": [
                "css\/hover.css",
                "css\/tooltip-sharp.css",
                "css\/messenger.css",
                "css\/messenger-theme-future.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "popup\/browserActivityTab.html",
        "popup\/notification.html",
        "popup\/advancedSettings.html",
        "popup\/geoLocation.html",
        "popup\/trackerSettings.html",
        "popup\/statsdetails.html",
        "images\/*",
        "images\/favicon.ico",
        "css\/framework\/BCfonts\/*",
        "css\/notification.css",
        "js\/notification.js"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';connect-src  https:\/\/s3.amazonaws.com\/assets.redmorph.com\/system-variable https:\/\/accounts.redmorph.com https:\/\/freegeoip-rm.herokuapp.com\/ https:\/\/qa-accounts.rmorph.com http:\/\/redmorph.com\/ https:\/\/india.redmorph.com http:\/\/localhost:9771\/vpn http:\/\/accounts.redmorph.com\/activatedeviceandcode\/validate\/browser https:\/\/accounts.redmorph.com\/prod_api\/activatedeviceandcode\/validate\/browser;"
}