traktorpool

The tractorpool browser extension protects you from phishing attacks.

什麼是traktorpool?

traktorpool是由https://www.traktorpool.de開發的Chrome擴展程式,該擴展的主要功能是“The tractorpool browser extension protects you from phishing attacks.”。

擴展截圖

screenshot

下載traktorpool擴展crx文件

下載traktorpool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Install the tractorpool browser extension and be sure to be on the real tractorpool website. If the icon is displayed green, you are safe. It not, please think twice about entering your tractorpool credentials on the the current page.                    

擴展基本資訊

名稱 traktorpool traktorpool
ID oplngmhbalonllkhglgbbmloaebkoejc
官方網址 https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc
簡介 The tractorpool browser extension protects you from phishing attacks.
檔案大小 72.75 KB
安裝次數 41
目前版本 1.0.4
更新時間 2018-11-30
上架時間 2018-11-29
開發者 https://www.traktorpool.de
付費類型 free
擴展官網 https://www.traktorpool.de/
說明頁面URL https://www.traktorpool.de/service/contact/
支援的語言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_gray_32.png",
        "default_popup": "popup.html",
        "default_title": "traktorpool",
        "name": "traktorpool"
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "icons\/icon_gray_128.png",
        "48": "icons\/icon_gray_48.png"
    },
    "manifest_version": 2,
    "name": "traktorpool",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.4"
}