Maikr

HTTP/2 Network Speedup Utility which tunnels web access via HTTP/2 proxy, providing fast and secure network connection.

Τι είναι το Maikr;

Το Maikr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://maikrapps.com, και η κύρια λειτουργία του είναι "HTTP/2 Network Speedup Utility which tunnels web access via HTTP/2 proxy, providing fast and secure network connection.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Maikr

Λήψη αρχείων επέκτασης Maikr σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension shows an icon in the address bar indicates the access status of current web page. The icon is in green if the network access of the page is tunneled via HTTP/2 proxy, it is in blue if the page is accessed with original local connection.

In two clicks, unblock any websites, app & secure your connection. Access anything blocked in your country. 

Prevent piracy and spying: Hide your address IP and secure your connection by encrypting all your data.

Still not convinced? Perhaps this elegant list of features will convince you otherwise. 

* Stop tracking and browse privately
Governments block content, do censorship. Internet Corporations sell exactly the same service based on your location. Websites track and sell your personal data based on your IP address. Comes Maikr to help your browser and take back control of your privacy.

* Advanced Network Access Features
Maikr is not just a proxy extension. Maikr speedup your network access based on fine-granulated and fully customizable domain name rule to give you the best network access experience ever. Maikr can even intelligent optimize your network access based on your ISP.

* Unlock geo-restricted content
Maikr masks your IP address. This gives you unrestricted and private access to entertainment, news sites, and blocked content.

* Stop leaking personal information
Prevent hackers from stealing your data while you use public WiFi, and block annoying advertisers from stalking you online. Just a VPN will not protect you from this.

* Share Privacy with Others
Use Secure.link next time you send anyone a link to anything and show how much tracking is actually happening on most websites. 

* No identifying logs
Your privacy is a right. We don’t track you. We don't sell your data to marketers. We don’t keep logs that can deanonymize you.

Having issues with Maikr or want to suggest something? Send us message : https://twitter.com/maikrvpn                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Maikr Maikr
ID ffgfolalmnpdicmjfhepcfeokldcmiod
Επίσημο URL https://chromewebstore.google.com/detail/maikr/ffgfolalmnpdicmjfhepcfeokldcmiod
Περιγραφή HTTP/2 Network Speedup Utility which tunnels web access via HTTP/2 proxy, providing fast and secure network connection.
Μέγεθος Αρχείου 8.04 MB
Αριθμός Εγκαταστάσεων 40,000
Τρέχουσα Έκδοση 0.16.22
Τελευταία Ενημέρωση 2024-02-05
Ημερομηνία Δημοσίευσης 2020-07-01
Αξιολόγηση 4.66/5 Συνολικά 1525 Αξιολογήσεις
Προγραμματιστής https://maikrapps.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://maikrvpn.com
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/maikrVPN
URL της Σελίδας Πολιτικής Απορρήτου https://maikrvpn.com/private_policy.html
Υποστηριζόμενες Γλώσσες en,en-US,zh-CN
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "version": "0.16.22",
    "browser_action": {
        "default_icon": {
            "16": "img\/icon-auto_16.png",
            "32": "img\/icon-auto_32.png",
            "48": "img\/icon-auto_48.png",
            "128": "img\/icon-auto_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_EXT_NAME__"
    },
    "default_locale": "en_US",
    "description": "__MSG_DESCRIPTION__",
    "icons": {
        "16": "img\/icon-auto_16.png",
        "32": "img\/icon-auto_32.png",
        "48": "img\/icon-auto_48.png",
        "128": "img\/icon-auto_128.png"
    },
    "name": "__MSG_EXT_NAME__",
    "short_name": "Maikr",
    "minimum_chrome_version": "51.0.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/127.0.0.1 https:\/\/ssl.google-analytics.com; object-src 'self';",
    "options_page": "options.html",
    "permissions": [
        "management",
        "proxy",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "incognito": "spanning",
    "manifest_version": 2
}