AltFThis - Bypass Tracking Redirects
Adds an option to the right-click menu to bypass tracking servers that might be blocked
什么是AltFThis - Bypass Tracking Redirects?
AltFThis - Bypass Tracking Redirects是由AltFThis开发的Chrome扩展程序,该扩展的主要功能是“Adds an option to the right-click menu to bypass tracking servers that might be blocked”。
扩展截图
下载AltFThis - Bypass Tracking Redirects扩展crx文件
下载AltFThis - Bypass Tracking Redirects扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds an option to the right-click menu to bypass tracking servers that might be blocked
扩展基本信息
名称 | AltFThis - Bypass Tracking Redirects |
ID | kfkkfodkjlfcgpmidknhfpiodggaemkc |
官方URL | https://chromewebstore.google.com/detail/altfthis-bypass-tracking/kfkkfodkjlfcgpmidknhfpiodggaemkc |
简介 | Adds an option to the right-click menu to bypass tracking servers that might be blocked |
文件大小 | 9.3 KB |
安装次数 | 51 |
当前版本 | 1.05 |
更新时间 | 2020-04-08 |
上架时间 | 2020-04-08 |
评分 | 5.00/5 共1次评分 |
开发者 | AltFThis |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AltFThis - Bypass Tracking Redirects", "version": "1.05", "description": "Adds an option to the right-click menu to bypass tracking servers that might be blocked", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |