Free Freecell

Free Freecell

What is Free Freecell?

Free Freecell is a Chrome extension developed by mahuijie94, and its main feature is "Free Freecell".

Extension Screenshots

screenshot

Download Free Freecell Extension CRX File

Download Free Freecell extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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.                    

Extension Basic Information

Name Free Freecell Free Freecell
ID hoomobfinhgmndeffcffhdfopiebpikd
Official URL https://chrome.google.com/webstore/detail/free-freecell/hoomobfinhgmndeffcffhdfopiebpikd
Description Free Freecell
File Size 72.92 KB
Installation Count 264
Current Version 2.0
Last Updated 2018-07-24
Publish Date 2018-07-24
Rating 2.17/5 Total 12 Ratings
Developer mahuijie94
Payment Type free
Extension Website http://700milartists.website
Supported Languages 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"
}