squares.io puzzle downloader
Help squares.io download crossword puzzles from the NYT and others.
ما هو squares.io puzzle downloader؟
squares.io puzzle downloader هو إضافة Chrome تم تطويرها بواسطة https://squares.io، والميزة الرئيسية لها هي "Help squares.io download crossword puzzles from the NYT and others.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة squares.io puzzle downloader
قم بتنزيل ملفات الامتداد squares.io puzzle downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.)
معلومات أساسية عن التمديد
الاسم | squares.io puzzle downloader |
ID | gkfpnohhmkonpkkpdbebccbgnajfgpjp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/squaresio-puzzle-download/gkfpnohhmkonpkkpdbebccbgnajfgpjp |
الوصف | Help squares.io download crossword puzzles from the NYT and others. |
حجم الملف | 11.44 KB |
عدد التثبيتات | 1,438 |
النسخة الحالية | 1.1.5 |
آخر تحديث | 2022-03-14 |
تاريخ النشر | 2020-04-17 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://squares.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://squares.io/ |
اللغات المدعومة | 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\/*" ] } } |