Anon.to

anon.to is an anonymous URL redirector

什么是Anon.to?

Anon.to是由https://nelb.gr开发的Chrome扩展程序,该扩展的主要功能是“anon.to is an anonymous URL redirector”。

扩展截图

screenshot

下载Anon.to扩展crx文件

下载Anon.to扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}