Dragon Cookie Cleaner

This extension automatically clears everything on chrome including cookies, browsing history, passwords, form data, etc. You can…

Dragon Cookie Cleaner란 무엇입니까?

Dragon Cookie Cleaner은(는) ART INN MEDIA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension automatically clears everything on chrome including cookies, browsing history, passwords, form data, etc. You can…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Dragon Cookie Cleaner 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        THIS EXTENSION CAN PERFORM IN TWO WAYS

1- MANUAL PERFORMANCE
   ALL YOUR SELECTED OPTIONS FROM COOKIES CACHE HISTORY ETC CAN ME DELETED FROM THE SPECIFIC TIME PERIOD AT THE CLICK OF A BUTTON

1- AUTO PILOT PERFORMANCE
   ALL YOUR SELECTED OPTIONS FROM COOKIES CACHE HISTORY ETC CAN ME DELETED FROM THE SPECIFIC TIME PERIOD AT THE SPECIFIED TIME INTERVAL AUTOMATICALLY, AS LONG AS YOU HAVE THE EXTENSION PAGE OPENED

WE DO NOT INJECT ANY ADS ON OTHER WEBSITES. SO ENJOY THE DRAGON                    

확장 프로그램 기본 정보

이름 Dragon Cookie Cleaner Dragon Cookie Cleaner
ID hkjaieokmindifehhlelbpikfjaihdcj
공식 URL https://chromewebstore.google.com/detail/dragon-cookie-cleaner/hkjaieokmindifehhlelbpikfjaihdcj
설명 This extension automatically clears everything on chrome including cookies, browsing history, passwords, form data, etc. You can…
파일 크기 364 KB
설치 횟수 200
현재 버전 2.0.1
최근 업데이트 2016-04-09
출시 날짜 2016-04-09
평점 4.22/5 총 9 개의 평점
개발자 ART INN MEDIA
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.artinnmedia.co.uk
도움말 페이지 URL http://www.artinnmedia.co.uk
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "version": "2.0.1",
    "manifest_version": 2,
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "homepage_url": "http:\/\/www.artinnmedia.co.uk",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.artinnmedia.co.uk\/Dragon-Cookie-Cleaner\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/options.js",
                "js\/bootstrap-datepicker.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.9.1.min.js",
            "js\/content.js"
        ]
    },
    "permissions": [
        "browsingData",
        "tabs",
        "*:\/\/www.artinnmedia.co.uk\/Dragon-Cookie-Cleaner\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}