squares.io puzzle downloader

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

Cos'è squares.io puzzle downloader?

squares.io puzzle downloader è un'estensione di Chrome sviluppata da https://squares.io, e la sua funzione principale è "Help squares.io download crossword puzzles from the NYT and others.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione squares.io puzzle downloader

Scarica i file di estensione squares.io puzzle downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.)                    

Informazioni di Base sull'Estensione

Nome squares.io puzzle downloader squares.io puzzle downloader
ID gkfpnohhmkonpkkpdbebccbgnajfgpjp
URL Ufficiale https://chromewebstore.google.com/detail/squaresio-puzzle-download/gkfpnohhmkonpkkpdbebccbgnajfgpjp
Descrizione Help squares.io download crossword puzzles from the NYT and others.
Dimensione del File 11.44 KB
Conteggio Installazioni 1,438
Versione Corrente 1.1.5
Ultimo Aggiornamento 2022-03-14
Data di Pubblicazione 2020-04-17
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://squares.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://squares.io/
Lingue Supportate 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\/*"
        ]
    }
}