Outsurf

Surf quicker than anyone else, by skipping through unnecessary steps, when accessing preferred sites

Τι είναι το Outsurf;

Το Outsurf είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Peter Molacek, και η κύρια λειτουργία του είναι "Surf quicker than anyone else, by skipping through unnecessary steps, when accessing preferred sites".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Even your RAM has a right to be off duty.
Outsurf gives your PC what it deserves.
We help you save time and thus reduce the load on your PC.

Picture this:
You want to go surfing and you have to wait in line at the surfboard rental before you can finally ride the waves. Something similar happens when you want to visit your favorite websites and are redirected to web search first, wasting your time.
Outsurf can help you there. Simply type a shortcut, which you can completely customize, into the address bar and we'll instantly redirect you to the website you want. You can even search directly on the desired page and enjoy even faster what you actually want to see instead of a web search. For example, just type "wiki" in the address bar and within seconds you'll reach Wikipedia web page directly.
Skip annoying queues and pushy rentals, we give you the surfboard immediately! When and how you want.

Of course, we do not store any of your personal data and offer you the possibility to uninstall Outsurf in no time if you are not satisfied with it. Also feel free to use our feedback form to help us make Outsurf even better.

If you have any questions, please contact: [email protected]                    

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

Όνομα Outsurf Outsurf
ID eiamiknkelfkfombkabmpdanicllfohk
Επίσημο URL https://chromewebstore.google.com/detail/outsurf/eiamiknkelfkfombkabmpdanicllfohk
Περιγραφή Surf quicker than anyone else, by skipping through unnecessary steps, when accessing preferred sites
Μέγεθος Αρχείου 1.82 MB
Αριθμός Εγκαταστάσεων 116,174
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-07-06
Ημερομηνία Δημοσίευσης 2021-07-06
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Peter Molacek
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://outsurf.net/priv_pol.pdf
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "\/img\/outsurf_48.png"
    },
    "icons": {
        "128": "\/img\/outsurf_128.png",
        "48": "\/img\/outsurf_48.png"
    },
    "name": "Outsurf",
    "version": "1.0",
    "default_locale": "en",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "description": "Surf quicker than anyone else, by skipping through unnecessary steps, when accessing preferred sites",
    "permissions": [
        "webRequestBlocking",
        "contextMenus",
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "options_page": "index.html"
}