Anon.to
anon.to is an anonymous URL redirector
什麼是Anon.to?
Anon.to是由https://nelb.gr開發的Chrome擴展程式,該擴展的主要功能是“anon.to is an anonymous URL redirector”。
擴展截圖
下載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 |
ID | nhahkocnjeopkbemoeefkomdjbebhenb |
官方網址 | 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" } |