squares.io puzzle downloader

Help squares.io download crossword puzzles from the NYT and others.

Co to jest squares.io puzzle downloader?

squares.io puzzle downloader to rozszerzenie Chrome opracowane przez https://squares.io, a jego główną funkcją jest „Help squares.io download crossword puzzles from the NYT and others.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia squares.io puzzle downloader

Pobierz pliki rozszerzeń squares.io puzzle downloader 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

                        This extension is used by squares.io to download crossword puzzles from the NYT and other sites.

(Because of how web browsers handle security, downloads from external sites requires an extension.)                    

Podstawowe informacje o rozszerzeniu

Nazwa squares.io puzzle downloader squares.io puzzle downloader
ID gkfpnohhmkonpkkpdbebccbgnajfgpjp
Oficjalny URL https://chromewebstore.google.com/detail/squaresio-puzzle-download/gkfpnohhmkonpkkpdbebccbgnajfgpjp
Opis Help squares.io download crossword puzzles from the NYT and others.
Rozmiar pliku 11.44 KB
Liczba instalacji 1,438
Aktualna Wersja 1.1.5
Ostatnia Aktualizacja 2022-03-14
Data Publikacji 2020-04-17
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://squares.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://squares.io/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "squares.io puzzle downloader",
    "version": "1.1.5",
    "description": "Help squares.io download crossword puzzles from the NYT and others.",
    "icons": {
        "128": "icon_128.png",
        "32": "icon_32.png"
    },
    "homepage_url": "https:\/\/squares.io\/",
    "permissions": [
        "https:\/\/squares.io\/",
        "https:\/\/www.nytimes.com\/",
        "contextMenus",
        "storage",
        "activeTab"
    ],
    "optional_permissions": [
        "*:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "connect.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/squares.io\/fetch\/*"
        ]
    }
}