Free Freecell

Free Freecell

Co to jest Free Freecell?

Free Freecell to rozszerzenie Chrome opracowane przez mahuijie94, a jego główną funkcją jest „Free Freecell”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Free Freecell

Pobierz pliki rozszerzeń Free Freecell w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Free Freecell Free Freecell
ID hoomobfinhgmndeffcffhdfopiebpikd
Oficjalny URL https://chrome.google.com/webstore/detail/free-freecell/hoomobfinhgmndeffcffhdfopiebpikd
Opis Free Freecell
Rozmiar pliku 72.92 KB
Liczba instalacji 264
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2018-07-24
Data Publikacji 2018-07-24
Ocena 2.17/5 Łącznie 12 Oceny
Deweloper mahuijie94
Typ Płatności free
Strona Rozszerzenia http://700milartists.website
Obsługiwane Języki 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"
}