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)"입니다.

확장 프로그램 스크린샷

screenshot

J2TEAM Extension Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 J2TEAM Extension Checker J2TEAM Extension Checker
ID jpaapgkmhhlhamelmlemkpbogbeahndb
공식 URL 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
}