J2TEAM Extension Checker
Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers)
Wat is J2TEAM Extension Checker?
J2TEAM Extension Checker is een Chrome-extensie ontwikkeld door https://junookyo.blogspot.com, en de belangrijkste functie is "Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers)".
Extensie Screenshots
Download het CRX-bestand van de extensie J2TEAM Extension Checker
Download J2TEAM Extension Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/ Basisinformatie over de Extensie
| Naam | |
| ID | jpaapgkmhhlhamelmlemkpbogbeahndb |
| Officiële URL | https://chromewebstore.google.com/detail/j2team-extension-checker/jpaapgkmhhlhamelmlemkpbogbeahndb |
| Beschrijving | Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers) |
| Bestandsgrootte | 35.42 KB |
| Aantal Installaties | 1,509 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2017-06-24 |
| Publicatiedatum | 2017-06-24 |
| Beoordeling | 4.90/5 Totaal 31 Beoordelingen |
| Ontwikkelaar | https://junookyo.blogspot.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.facebook.com/groups/j2team.community/ |
| Help Pagina-URL | https://www.facebook.com/groups/j2team.community/ |
| URL van de Privacybeleid Pagina | https://j2team.org/privacy-policy |
| Ondersteunde Talen | 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
} | |