download for image and video etc
download image&video
Was ist download for image and video etc?
download for image and video etc ist eine Chrome-Erweiterung, die von https://sslbitcoin.com entwickelt wurde, und ihr Hauptmerkmal ist "download image&video".
Erweiterungsscreenshots
download for image and video etc-Erweiterungs-CRX-Datei herunterladen
Laden Sie download for image and video etc-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
The tool currently supports images and video downloads from Instagram ;
1、download images
2、download video
3、download multi images one click
4、download story
note:
This tool don't collect your data. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | obbbkmiljligknepdoianolkmkbcnkdd |
| Offizielle URL | https://chromewebstore.google.com/detail/download-for-image-and-vi/obbbkmiljligknepdoianolkmkbcnkdd |
| Beschreibung | download image&video |
| Dateigröße | 72.12 KB |
| Installationsanzahl | 3,608 |
| Aktuelle Version | 1.2.8 |
| Letztes Update | 2023-08-25 |
| Veröffentlichungsdatum | 2022-03-02 |
| Bewertung | 2.43/5 Insgesamt 7 Bewertungen |
| Entwickler | https://sslbitcoin.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://sslbitcoin.com/ |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "download for image and video etc",
"homepage_url": "https:\/\/sslbitcoin.com",
"description": "download image&video",
"version": "1.2.8",
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"css\/*",
"img\/*",
"iframeTmp.html"
],
"matches": [
"https:\/\/*.instagram.com\/*"
]
}
],
"icons": {
"16": "img\/receive.png",
"48": "img\/download.png"
},
"permissions": [
"downloads",
"tabs",
"scripting",
"activeTab"
],
"host_permissions": [
"https:\/\/*.sslbitcoin.com\/*",
"https:\/\/*.instagram.com\/"
],
"background": {
"service_worker": "js\/bg.js"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.instagram.com\/*"
],
"css": [
"css\/content-new.css",
"css\/content.css"
],
"js": [
"js\/jquery.min.js",
"js\/m.js",
"js\/cs2.js"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.sslbitcoin.com\/*"
]
},
"content_security_policy": {
"isolated_world": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com ; object-src 'self'"
}
} | |