J2TEAM Extension Checker
Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers)
What is J2TEAM Extension Checker?
J2TEAM Extension Checker is a Chrome extension developed by https://junookyo.blogspot.com, and its main feature is "Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers)".
Extension Screenshots
Download J2TEAM Extension Checker Extension CRX File
Download J2TEAM Extension Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | |
ID | jpaapgkmhhlhamelmlemkpbogbeahndb |
Official URL | https://chromewebstore.google.com/detail/j2team-extension-checker/jpaapgkmhhlhamelmlemkpbogbeahndb |
Description | Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers) |
File Size | 35.42 KB |
Installation Count | 1,509 |
Current Version | 0.0.2 |
Last Updated | 2017-06-24 |
Publish Date | 2017-06-24 |
Rating | 4.90/5 Total 31 Ratings |
Developer | https://junookyo.blogspot.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.facebook.com/groups/j2team.community/ |
Help Page URL | https://www.facebook.com/groups/j2team.community/ |
Privacy Policy Page URL | https://j2team.org/privacy-policy |
Supported Languages | 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 } |