Stealthy

Stealthy allows you to see blocked websites from a click of a button.

Τι είναι το Stealthy;

Το Stealthy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://stealthy.co, και η κύρια λειτουργία του είναι "Stealthy allows you to see blocked websites from a click of a button.".

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

screenshot

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

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

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

                        Is your country or organization one of the many that block you from Facebook, YouTube or others? Want to get past the restrictions and government or organization block? Then Stealthy is the solution for you.

With stealthy you'll get access to the entire internet. No restrictions. No limitations. Get past all country or organizational limitations, restrictions, forbidden sites. Basically, you'll be like a spy, able to get through all areas, undetected.

Stealthy does everything for you. You just turn it on and you are free to roam through all the internet.

Stealthy is a simple, user-friendly add-on that lets you visit websites that are restricted based on geographical location, governmental or organizational regulations.

Stealthy was originally developed to facilitate the dissemination of information during the Arab Spring. Even if your intents aren't quite as revolutionary, you'll still be able to visit sites that you normally can't because of your location.

For your peace of mind here is a certificate from a prestigious 3rd party: "Softpedia guarantees that Stealthy for Chrome is 100% Clean, which means it does not contain any form of malware, including but not limited to: spyware, viruses, trojans and backdoors.": http://www.softpedia.com/get/Internet/Internet-Applications-Addons/Chrome-Extensions/Stealthy-for-Chrome.shtml#status

For more information visit our web page https://stealthy.co/

You can find our Privacy Policy here https://www.stealthy.co/privacy-policy.php


Please report bugs an suggestions to [email protected]                    

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

Όνομα Stealthy Stealthy
ID ieaebnkibonmpbhdaanjkmedikadnoje
Επίσημο URL https://chromewebstore.google.com/detail/stealthy/ieaebnkibonmpbhdaanjkmedikadnoje
Περιγραφή Stealthy allows you to see blocked websites from a click of a button.
Μέγεθος Αρχείου 513 KB
Αριθμός Εγκαταστάσεων 156,180
Τρέχουσα Έκδοση 5.0.3
Τελευταία Ενημέρωση 2019-04-15
Ημερομηνία Δημοσίευσης 2019-04-14
Αξιολόγηση 3.72/5 Συνολικά 1580 Αξιολογήσεις
Προγραμματιστής https://stealthy.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.stealthy.co/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.stealthy.co/community/
URL της Σελίδας Πολιτικής Απορρήτου https://www.stealthy.co/privacy-policy.php
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/js\/functions.js",
            "\/js\/settings.js",
            "\/js\/proxy_controller.js",
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/offline.png"
    },
    "description": "Stealthy allows you to see blocked websites from a click of a button.",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "17",
    "name": "Stealthy",
    "options_page": "options.html",
    "permissions": [
        "proxy",
        "http:\/\/api.stealthy.co\/",
        "https:\/\/api.stealthy.co\/",
        "https:\/\/www.google-analytics.com\/",
        "http:\/\/www.stealthy.co\/",
        "http:\/\/api-stealthy.eu-central-1.elasticbeanstalk.com\/",
        "http:\/\/35.158.53.143\/",
        "http:\/\/api.stealthyapp.com\/",
        "https:\/\/www.stealthy.co\/Chrome-Installed\/",
        "https:\/\/www.stealthy.co\/Chrome-Updated\/"
    ],
    "version": "5.0.3",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Toggle feature foo"
        }
    }
}