Distraction Zapper

Distraction Zapper

Distraction Zapper란 무엇입니까?

Distraction Zapper은(는) Guaranteed Response Marketing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Distraction Zapper"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Distraction Zapper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a simple extension to block a pre-determined list of websites (such as social media) for a period of time you choose. It is intended to help you stay away from distractions and complete your projects faster. 

You can optionally enter a job or project name, then view aggregate logs of how long did you work on a certain project.                    

확장 프로그램 기본 정보

이름 Distraction Zapper Distraction Zapper
ID ajpfjljdfihpbmlbncgpmlkgmalijgmi
공식 URL https://chromewebstore.google.com/detail/distraction-zapper/ajpfjljdfihpbmlbncgpmlkgmalijgmi
설명 Distraction Zapper
파일 크기 2.02 MB
설치 횟수 147
현재 버전 1.0.0
최근 업데이트 2020-05-22
출시 날짜 2020-05-21
평점 5.00/5 총 1 개의 평점
개발자 Guaranteed Response Marketing
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.ebookfire.com/grm_llc_privacy.htm
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Distraction Zapper",
    "version": "1.0.0",
    "name": "Distraction Zapper",
    "homepage_url": "https:\/\/thejimedwardsmethod.com\/",
    "author": "Guaranteed Response Marketing",
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "downloads",
        "storage",
        "webNavigation"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}