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”。

擴展截圖

screenshot

下載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 AltFThis - Bypass Tracking Redirects
ID kfkkfodkjlfcgpmidknhfpiodggaemkc
官方網址 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
}