squares.io puzzle downloader

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

What is squares.io puzzle downloader?

squares.io puzzle downloader is a Chrome extension developed by https://squares.io, and its main feature is "Help squares.io download crossword puzzles from the NYT and others.".

Extension Screenshots

screenshot

Download squares.io puzzle downloader Extension CRX File

Download squares.io puzzle downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name squares.io puzzle downloader squares.io puzzle downloader
ID gkfpnohhmkonpkkpdbebccbgnajfgpjp
Official URL https://chromewebstore.google.com/detail/squaresio-puzzle-download/gkfpnohhmkonpkkpdbebccbgnajfgpjp
Description Help squares.io download crossword puzzles from the NYT and others.
File Size 11.44 KB
Installation Count 1,438
Current Version 1.1.5
Last Updated 2022-03-14
Publish Date 2020-04-17
Rating 5.00/5 Total 3 Ratings
Developer https://squares.io
Email [email protected]
Payment Type free
Extension Website https://squares.io/
Supported Languages 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\/*"
        ]
    }
}