J2TEAM Extension Checker
Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers)
什么是J2TEAM Extension Checker?
J2TEAM Extension Checker是由https://junookyo.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers)”。
扩展截图
下载J2TEAM Extension Checker扩展crx文件
下载J2TEAM Extension Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers) More info: http://www.techsignin.com/tintuc/phat-hien-duong-day-chiem-tai-khoan-facebook-gmail-ngan-hang/
扩展基本信息
名称 | |
ID | jpaapgkmhhlhamelmlemkpbogbeahndb |
官方URL | https://chromewebstore.google.com/detail/j2team-extension-checker/jpaapgkmhhlhamelmlemkpbogbeahndb |
简介 | Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers) |
文件大小 | 35.42 KB |
安装次数 | 1,509 |
当前版本 | 0.0.2 |
更新时间 | 2017-06-24 |
上架时间 | 2017-06-24 |
评分 | 4.90/5 共31次评分 |
开发者 | https://junookyo.blogspot.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.facebook.com/groups/j2team.community/ |
帮助页面URL | https://www.facebook.com/groups/j2team.community/ |
隐私政策页面URL | https://j2team.org/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "author": "Juno_okyo", "homepage_url": "https:\/\/junookyo.blogspot.com\/?utm_source=extension", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "management" ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_appName__" }, "web_accessible_resources": [ "images\/icon-48.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'", "offline_enabled": true } |