squares.io puzzle downloader
Help squares.io download crossword puzzles from the NYT and others.
Wat is squares.io puzzle downloader?
squares.io puzzle downloader is een Chrome-extensie ontwikkeld door https://squares.io, en de belangrijkste functie is "Help squares.io download crossword puzzles from the NYT and others.".
Extensie Screenshots
Download het CRX-bestand van de extensie squares.io puzzle downloader
Download squares.io puzzle downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.)
Basisinformatie over de Extensie
Naam | squares.io puzzle downloader |
ID | gkfpnohhmkonpkkpdbebccbgnajfgpjp |
Officiële URL | https://chromewebstore.google.com/detail/squaresio-puzzle-download/gkfpnohhmkonpkkpdbebccbgnajfgpjp |
Beschrijving | Help squares.io download crossword puzzles from the NYT and others. |
Bestandsgrootte | 11.44 KB |
Aantal Installaties | 1,438 |
Huidige Versie | 1.1.5 |
Laatst Bijgewerkt | 2022-03-14 |
Publicatiedatum | 2020-04-17 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://squares.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://squares.io/ |
Ondersteunde Talen | 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\/*" ] } } |