Anon.to

anon.to is an anonymous URL redirector

Was ist Anon.to?

Anon.to ist eine Chrome-Erweiterung, die von https://nelb.gr entwickelt wurde, und ihr Hauptmerkmal ist "anon.to is an anonymous URL redirector".

Erweiterungsscreenshots

screenshot

Anon.to-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anon.to-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Anon.to is an anonymous URL redirector

The advantages of anonymizing your external links with Anon.to
You can use this extension to prevent their site from appearing in the server logs of referred pages as referrer. The operators of the referred pages cannot see where their visitors come from any more.

Using the referrer removal service is quite easy:

We auto produces an anonymous link to tainies-online.info which prevents the original site from appearing as a referrer in the logfiles of the referred page.                    

Grundlegende Informationen zur Erweiterung

Name Anon.to Anon.to
ID nhahkocnjeopkbemoeefkomdjbebhenb
Offizielle URL https://chromewebstore.google.com/detail/anonto/nhahkocnjeopkbemoeefkomdjbebhenb
Beschreibung anon.to is an anonymous URL redirector
Dateigröße 12.33 KB
Installationsanzahl 72
Aktuelle Version 2
Letztes Update 2018-02-24
Veröffentlichungsdatum 2018-02-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://nelb.gr
Zahlungsart free
Erweiterungswebsite https://www.tainies-online.info/
Hilfeseite URL https://www.tainies-online.info/
Unterstützte Sprachen en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "16": "images\/play_icon.png",
            "32": "images\/play_icon.png"
        },
        "default_title": "Anon.to"
    },
    "content_scripts": [
        {
            "js": [
                "hide.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "anon.to is an anonymous URL redirector",
    "homepage_url": "https:\/\/www.tainies-online.info",
    "manifest_version": 2,
    "name": "Anon.to",
    "permissions": [
        "activeTab",
        "webRequest",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2"
}