J2TEAM Extension Checker
Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers)
Cos'è J2TEAM Extension Checker?
J2TEAM Extension Checker è un'estensione di Chrome sviluppata da https://junookyo.blogspot.com, e la sua funzione principale è "Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione J2TEAM Extension Checker
Scarica i file di estensione J2TEAM Extension Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | |
ID | jpaapgkmhhlhamelmlemkpbogbeahndb |
URL Ufficiale | https://chromewebstore.google.com/detail/j2team-extension-checker/jpaapgkmhhlhamelmlemkpbogbeahndb |
Descrizione | Keep your safe from fake IDM extension on Chrome (and Chromium-based browsers) |
Dimensione del File | 35.42 KB |
Conteggio Installazioni | 1,509 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2017-06-24 |
Data di Pubblicazione | 2017-06-24 |
Valutazione | 4.90/5 Totale 31 Valutazioni |
Sviluppatore | https://junookyo.blogspot.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.facebook.com/groups/j2team.community/ |
URL della Pagina di Aiuto | https://www.facebook.com/groups/j2team.community/ |
URL della Pagina della Politica sulla Privacy | https://j2team.org/privacy-policy |
Lingue Supportate | 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 } |