Anon.to

anon.to is an anonymous URL redirector

Vad är Anon.to?

Anon.to är en Chrome-tillägg utvecklad av https://nelb.gr, och dess huvudfunktion är "anon.to is an anonymous URL redirector".

Tilläggsskärmbilder

screenshot

Ladda ner Anon.to-förlängningens CRX-fil

Ladda ner Anon.to-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Anon.to Anon.to
ID nhahkocnjeopkbemoeefkomdjbebhenb
Officiell webbadress https://chromewebstore.google.com/detail/anonto/nhahkocnjeopkbemoeefkomdjbebhenb
Beskrivning anon.to is an anonymous URL redirector
Filstorlek 12.33 KB
Antal Installationer 72
Aktuell Version 2
Senast Uppdaterad 2018-02-24
Publiceringsdatum 2018-02-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://nelb.gr
Betalningssätt free
Tilläggswebbplats https://www.tainies-online.info/
Hjälpsida URL https://www.tainies-online.info/
Stödda Språk 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"
}