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 |
官方網址 | 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 } |