Flare Browser Controller

Control. Protection. Privacy.

Apa itu Flare Browser Controller?

Flare Browser Controller adalah ekstensi Chrome yang dikembangkan oleh https://cybxsecurity.com, dan fitur utamanya adalah "Control. Protection. Privacy.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Flare Browser Controller

Unduh file ekstensi Flare Browser Controller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Flare Browser Controller requires a license. Find out more here: https://cybxsecurity.com/flare-browser/

Flare Browser is an easy-to-use and highly flexible solution to give any computer user the best possible protection and control. With a single, simple installation in your browser, you can block ads, trackers, unwanted cookies, web beacons, and related analytics technologies to protect your online identity.

Flare Browser Controller provides an easy to use extension that couples all the features of an TRACKER BLOCKER, MALWARE PREVENTION and CONTENT FILTER. 

You shouldn't need multiple products and technical know-how to protect yourself your company or your family online. We've created a single, easy-to-use solution to give anyone comprehensive protection and control: Flare Browser Controller.

STOP INVASIVE TRACKING:

Block unwanted cookies, trackers, web beacons, and related analytics technologies to protect your online identity.

VISUALIZE YOUR DIGITAL ECOSYSTEM:

Our interactive SpyderWeb technology gives you complete visibility and granular control over trackers loaded onto your computer, including those that follow you across multiple sites.

VISUALIZE WHICH COUNTRIES THE WEBSITES AND THEIR 3RD PARTIES ARE CONNECTING WITH:

Our MapView technology gives you complete visibility over the Geo locations of the servers the websites and their 3rd parties are communicating with. Clearly visualize if websites and their 3rd parties are being GDPR compliant by not exposing your data to partners in unwanted countries.

CONTROL INAPPROPRIATE CONTENT:

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

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.

Find out more about licensing here: https://cybxsecurity.com/flare-browser/                    

Informasi Dasar Ekstensi

Nama Flare Browser Controller Flare Browser Controller
ID epkoafcicmlacdebapplnpmnhlmfjgne
URL Resmi https://chrome.google.com/webstore/detail/flare-browser-controller/epkoafcicmlacdebapplnpmnhlmfjgne
Deskripsi Control. Protection. Privacy.
Ukuran File 4.71 MB
Jumlah Instalasi 28
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2019-12-07
Tanggal Publikasi 2019-12-07
Pengembang https://cybxsecurity.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://cybxsecurity.com/flare-browser/
URL Halaman Bantuan https://cybxsecurity.com/flare-browser/
URL Halaman Kebijakan Privasi https://cybxsecurity.com/terms-of-use-privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flare Browser Controller",
    "short_name": "QBC",
    "version": "1.0.6",
    "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": "Flare Browser Controller",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "browsingData",
        "cookies",
        "storage",
        "tabs",
        "proxy",
        "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;"
}