J2TEAM Extension Checker
Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers)
Qu'est-ce que J2TEAM Extension Checker ?
J2TEAM Extension Checker est une extension Chrome développée par https://junookyo.blogspot.com, et sa fonction principale est "Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension J2TEAM Extension Checker
Téléchargez les fichiers d'extension J2TEAM Extension Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | jpaapgkmhhlhamelmlemkpbogbeahndb |
URL Officiel | https://chromewebstore.google.com/detail/j2team-extension-checker/jpaapgkmhhlhamelmlemkpbogbeahndb |
Description | Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers) |
Taille du Fichier | 35.42 KB |
Nombre d'Installations | 1,509 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2017-06-24 |
Date de Publication | 2017-06-24 |
Évaluation | 4.90/5 Total 31 Évaluations |
Développeur | https://junookyo.blogspot.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.facebook.com/groups/j2team.community/ |
URL de la Page d'Aide | https://www.facebook.com/groups/j2team.community/ |
URL de la Page de Politique de Confidentialité | https://j2team.org/privacy-policy |
Langues Prises en Charge | 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 } |