Free Freecell

Free Freecell

Free Freecell란 무엇입니까?

Free Freecell은(는) mahuijie94에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Freecell"입니다.

확장 프로그램 스크린샷

screenshot

Free Freecell 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        这是一个谷歌插件。
你可以使用这个插件在任何一个网页中点击,即可显示空当接龙的成功界面。

Free Freecell is a Chrome extension.
Free Freecell: once you install it, you can click on any website to display win interface of Freecell. And you can turn it on and off on at any moment. Please refresh your browser when extension dose not work.                    

확장 프로그램 기본 정보

이름 Free Freecell Free Freecell
ID hoomobfinhgmndeffcffhdfopiebpikd
공식 URL https://chrome.google.com/webstore/detail/free-freecell/hoomobfinhgmndeffcffhdfopiebpikd
설명 Free Freecell
파일 크기 72.92 KB
설치 횟수 264
현재 버전 2.0
최근 업데이트 2018-07-24
출시 날짜 2018-07-24
평점 2.17/5 총 12 개의 평점
개발자 mahuijie94
결제 유형 free
확장 프로그램 웹 사이트 http://700milartists.website
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/insertJs.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_title": "Free Freecell",
        "default_icon": "images\/16.png"
    },
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Free Freecell",
    "permissions": [
        "tabs",
        "background",
        "management",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "version": "2.0",
    "web_accessible_resources": [
        "images\/*"
    ],
    "description": "Free Freecell"
}