Anon.to

anon.to is an anonymous URL redirector

Anon.to क्या है?

Anon.to https://nelb.gr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "anon.to is an anonymous URL redirector"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Anon.to एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Anon.to Anon.to
ID nhahkocnjeopkbemoeefkomdjbebhenb
आधिकारिक URL https://chromewebstore.google.com/detail/anonto/nhahkocnjeopkbemoeefkomdjbebhenb
विवरण anon.to is an anonymous URL redirector
फ़ाइल का आकार 12.33 KB
स्थापना संख्या 72
वर्तमान संस्करण 2
अंतिम अपडेट 2018-02-24
प्रकाशन तिथि 2018-02-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://nelb.gr
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.tainies-online.info/
सहायता पृष्ठ URL https://www.tainies-online.info/
समर्थित भाषाएँ 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"
}