Wix Image Downloader
This is a custom extension to download images from wix website.
Wat is Wix Image Downloader?
Wix Image Downloader is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This is a custom extension to download images from wix website.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wix Image Downloader
Download Wix Image 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 is a wix image downloaded. Basisinformatie over de Extensie
| Naam | |
| ID | phknhncjbkehihhchhllabhlggjlenai |
| Officiële URL | https://chromewebstore.google.com/detail/wix-image-downloader/phknhncjbkehihhchhllabhlggjlenai |
| Beschrijving | This is a custom extension to download images from wix website. |
| Bestandsgrootte | 238 KB |
| Aantal Installaties | 838 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2019-01-19 |
| Publicatiedatum | 2019-01-19 |
| Beoordeling | 2.33/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Wix Image Downloader",
"version": "1.1",
"offline_enabled": true,
"description": "This is a custom extension to download images from wix website.",
"icons": {
"16": "icon.png",
"128": "icon_128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.wixsite.com\/*"
],
"js": [
"content.js"
]
}
],
"page_action": {
"default_title": "Wix Image Downloader",
"default_popup": "popup.html"
}
} | |