VSCO™ Profile Picture Downloader
Downloads VSCO™ Profile Picture For You
Was ist VSCO™ Profile Picture Downloader?
VSCO™ Profile Picture Downloader ist eine Chrome-Erweiterung, die von https://programmerhat.com entwickelt wurde, und ihr Hauptmerkmal ist "Downloads VSCO™ Profile Picture For You".
Erweiterungsscreenshots
VSCO™ Profile Picture Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie VSCO™ Profile Picture Downloader-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
HOW TO USE: To download a VSCO™ profile picture for free, click on the extension icon, then click the Download button, and it should download a photo for you, for free.
You can also download a particular photo.
How to use this as a "VSCO™ Profile Picture Viewer": once you download the photo, just open it up as a fullscreen on your desktop.
This extension supports downloading profile pictures from a VSCO™ channel. You could say this is also a VSCO™ Channel Profile Picture Downloader.
Profile pictures on VSCO™ are also known as "display pictures" or (dp). You can use this extension to download VSCO™ Channel dp (display pictures).
A common shortname for profile pictures are "pfp". You can use this to download a VSCO™ Channel Pfp (Profile Picture).
================================================
We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with VSCO.
VSCO is a registered trademark of the Visual Supply Company. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | alffdfoalbmehpkgdjgfehikoeldojjb |
| Offizielle URL | https://chromewebstore.google.com/detail/vsco-profile-picture-down/alffdfoalbmehpkgdjgfehikoeldojjb |
| Beschreibung | Downloads VSCO™ Profile Picture For You |
| Dateigröße | 213 KB |
| Installationsanzahl | 743 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2022-12-13 |
| Veröffentlichungsdatum | 2022-12-13 |
| Entwickler | https://programmerhat.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.programmerhat.com/blog/ |
| Hilfeseite URL | https://www.programmerhat.com/ |
| URL der Datenschutzrichtlinien-Seite | https://www.programmerhat.com/privacy-policy |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "VSCO\u2122 Profile Picture Downloader",
"description": "Downloads VSCO\u2122 Profile Picture For You",
"version": "1.0",
"author": "Tony Stark",
"homepage_url": "https:\/\/www.programmerhat.com\/",
"content_scripts": [
{
"matches": [
"*:\/\/*.vsco.co\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "assets\/icon16.png",
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"action": {
"default_title": "VSCO\u2122 Profile Picture Downloader",
"default_icon": "assets\/icon128.png",
"default_popup": "popup.html"
}
} | |