squares.io puzzle downloader

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

Hvad er squares.io puzzle downloader?

squares.io puzzle downloader er en Chrome-udvidelse udviklet af https://squares.io, og dens hovedfunktion er "Help squares.io download crossword puzzles from the NYT and others.".

Udvidelsesskærmbilleder

screenshot

Download squares.io puzzle downloader-udvidelses-CRX-fil

Download squares.io puzzle downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn squares.io puzzle downloader squares.io puzzle downloader
ID gkfpnohhmkonpkkpdbebccbgnajfgpjp
Officiel URL https://chromewebstore.google.com/detail/squaresio-puzzle-download/gkfpnohhmkonpkkpdbebccbgnajfgpjp
Beskrivelse Help squares.io download crossword puzzles from the NYT and others.
Filstørrelse 11.44 KB
Antal Installationer 1,438
Nuværende Version 1.1.5
Senest Opdateret 2022-03-14
Udgivelsesdato 2020-04-17
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://squares.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://squares.io/
Understøttede Sprog 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\/*"
        ]
    }
}