squares.io puzzle downloader
Help squares.io download crossword puzzles from the NYT and others.
Was ist squares.io puzzle downloader?
squares.io puzzle downloader ist eine Chrome-Erweiterung, die von https://squares.io entwickelt wurde, und ihr Hauptmerkmal ist "Help squares.io download crossword puzzles from the NYT and others.".
Erweiterungsscreenshots
squares.io puzzle downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie squares.io puzzle downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.)
Grundlegende Informationen zur Erweiterung
Name | squares.io puzzle downloader |
ID | gkfpnohhmkonpkkpdbebccbgnajfgpjp |
Offizielle URL | https://chromewebstore.google.com/detail/squaresio-puzzle-download/gkfpnohhmkonpkkpdbebccbgnajfgpjp |
Beschreibung | Help squares.io download crossword puzzles from the NYT and others. |
Dateigröße | 11.44 KB |
Installationsanzahl | 1,438 |
Aktuelle Version | 1.1.5 |
Letztes Update | 2022-03-14 |
Veröffentlichungsdatum | 2020-04-17 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://squares.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://squares.io/ |
Unterstützte Sprachen | 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\/*" ] } } |