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