Honest Cookies

Helps you play Cookie Clicker quicker, while remaining honest

Honest Cookies란 무엇입니까?

Honest Cookies은(는) Torbjørn G. Dahle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you play Cookie Clicker quicker, while remaining honest"입니다.

확장 프로그램 스크린샷

screenshot

Honest Cookies 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Helps you play Cookie Clicker quicker, while remaining honest. Adds two helpful info fields to your screen: Lucky Bank and Lucky Frenzy Bank.                    

확장 프로그램 기본 정보

이름 Honest Cookies Honest Cookies
ID mflpplbfbhodhpihilikpofpjofcegpc
공식 URL https://chrome.google.com/webstore/detail/honest-cookies/mflpplbfbhodhpihilikpofpjofcegpc
설명 Helps you play Cookie Clicker quicker, while remaining honest
파일 크기 544 KB
설치 횟수 324
현재 버전 1.3
최근 업데이트 2017-10-18
출시 날짜 2017-10-18
평점 2.33/5 총 3 개의 평점
개발자 Torbjørn G. Dahle
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Honest Cookies",
    "description": "Helps you play Cookie Clicker quicker, while remaining honest",
    "version": "1.3",
    "icons": {
        "48": "icon-48x48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/orteil.dashnet.org\/cookieclicker\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/orteil.dashnet.org\/cookieclicker\/"
            ],
            "css": [
                "honest-cookies.css"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}