G Image Downloader
Google images download with a single click.
ما هو G Image Downloader؟
G Image Downloader هو إضافة Chrome تم تطويرها بواسطة haubuikinina، والميزة الرئيسية لها هي "Google images download with a single click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة G Image Downloader
قم بتنزيل ملفات الامتداد G Image Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
G Image Downloader - is a must have extension which lets you download images from Google Image page with a single click.
Just select necessasry images and click "Download" button - all images will be downloaded automaticaly. معلومات أساسية عن التمديد
| الاسم | |
| ID | hefoogkjnnnhhhaoifkgaapegpokphcp |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/g-image-downloader/hefoogkjnnnhhhaoifkgaapegpokphcp |
| الوصف | Google images download with a single click. |
| حجم الملف | 75.11 KB |
| عدد التثبيتات | 10 |
| النسخة الحالية | 1.7 |
| آخر تحديث | 2019-01-25 |
| تاريخ النشر | 2019-01-25 |
| المطور | haubuikinina |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icons\/icon128.png"
},
"content_scripts": [
{
"css": [
"content\/content.css"
],
"js": [
"lib\/jquery-3.2.1.min.js",
"lib\/bootstrap.min.js",
"content\/content.js"
],
"matches": [
"*:\/\/google.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/youtube.com\/*",
"*:\/\/amazon.com\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/google.at\/*",
"*:\/\/google.com.au\/*",
"*:\/\/google.be\/*",
"*:\/\/google.com.br\/*",
"*:\/\/google.ca\/*",
"*:\/\/google.ch\/*",
"*:\/\/google.de\/*",
"*:\/\/google.dk\/*",
"*:\/\/google.es\/*",
"*:\/\/google.fi\/*",
"*:\/\/google.fr\/*",
"*:\/\/google.co.in\/*",
"*:\/\/google.it\/*",
"*:\/\/google.com.mx\/*",
"*:\/\/google.nl\/*",
"*:\/\/google.no\/*",
"*:\/\/google.co.nz\/*",
"*:\/\/google.se\/*",
"*:\/\/google.com.sg\/*",
"*:\/\/google.co.uk\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.google.at\/*",
"*:\/\/*.google.com.au\/*",
"*:\/\/*.google.be\/*",
"*:\/\/*.google.com.br\/*",
"*:\/\/*.google.ca\/*",
"*:\/\/*.google.ch\/*",
"*:\/\/*.google.de\/*",
"*:\/\/*.google.dk\/*",
"*:\/\/*.google.es\/*",
"*:\/\/*.google.fi\/*",
"*:\/\/*.google.fr\/*",
"*:\/\/*.google.co.in\/*",
"*:\/\/*.google.it\/*",
"*:\/\/*.google.com.mx\/*",
"*:\/\/*.google.nl\/*",
"*:\/\/*.google.no\/*",
"*:\/\/*.google.co.nz\/*",
"*:\/\/*.google.se\/*",
"*:\/\/*.google.com.sg\/*",
"*:\/\/*.google.co.uk\/*"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "Google images download with a single click.",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"256": "icons\/icon256.png",
"48": "icons\/icon48.png"
},
"manifest_version": 2,
"name": "G Image Downloader",
"permissions": [
"activeTab",
"tabs",
"alarms",
"*:\/\/google.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/youtube.com\/*",
"*:\/\/amazon.com\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/google.at\/*",
"*:\/\/google.com.au\/*",
"*:\/\/google.be\/*",
"*:\/\/google.com.br\/*",
"*:\/\/google.ca\/*",
"*:\/\/google.ch\/*",
"*:\/\/google.de\/*",
"*:\/\/google.dk\/*",
"*:\/\/google.es\/*",
"*:\/\/google.fi\/*",
"*:\/\/google.fr\/*",
"*:\/\/google.co.in\/*",
"*:\/\/google.it\/*",
"*:\/\/google.com.mx\/*",
"*:\/\/google.nl\/*",
"*:\/\/google.no\/*",
"*:\/\/google.co.nz\/*",
"*:\/\/google.se\/*",
"*:\/\/google.com.sg\/*",
"*:\/\/google.co.uk\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.google.at\/*",
"*:\/\/*.google.com.au\/*",
"*:\/\/*.google.be\/*",
"*:\/\/*.google.com.br\/*",
"*:\/\/*.google.ca\/*",
"*:\/\/*.google.ch\/*",
"*:\/\/*.google.de\/*",
"*:\/\/*.google.dk\/*",
"*:\/\/*.google.es\/*",
"*:\/\/*.google.fi\/*",
"*:\/\/*.google.fr\/*",
"*:\/\/*.google.co.in\/*",
"*:\/\/*.google.it\/*",
"*:\/\/*.google.com.mx\/*",
"*:\/\/*.google.nl\/*",
"*:\/\/*.google.no\/*",
"*:\/\/*.google.co.nz\/*",
"*:\/\/*.google.se\/*",
"*:\/\/*.google.com.sg\/*",
"*:\/\/*.google.co.uk\/*",
"storage",
"webRequest",
"webRequestBlocking"
],
"short_name": "G Image Downloader",
"version": "1.7"
} | |