Free Freecell

Free Freecell

O que é Free Freecell?

Free Freecell é uma extensão do Chrome desenvolvida por mahuijie94, e sua principal característica é "Free Freecell".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Free Freecell

Baixe arquivos de extensão Free Freecell no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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.                    

Informações Básicas da Extensão

Nome Free Freecell Free Freecell
ID hoomobfinhgmndeffcffhdfopiebpikd
URL Oficial https://chrome.google.com/webstore/detail/free-freecell/hoomobfinhgmndeffcffhdfopiebpikd
Descrição Free Freecell
Tamanho do Arquivo 72.92 KB
Contagem de Instalações 264
Versão Atual 2.0
Última Atualização 2018-07-24
Data de Publicação 2018-07-24
Classificação 2.17/5 Total de 12 Avaliações
Desenvolvedor mahuijie94
Tipo de Pagamento free
Site da Extensão http://700milartists.website
Idiomas Suportados 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"
}