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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | oplngmhbalonllkhglgbbmloaebkoejc |
官方URL | 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" } |