Prinstant
Prinstant extension helps you download post and reels (images and videos)
Vad är Prinstant?
Prinstant är en Chrome-tillägg utvecklad av creativebonding, och dess huvudfunktion är "Prinstant extension helps you download post and reels (images and videos)".
Tilläggsskärmbilder
Ladda ner Prinstant-förlängningens CRX-fil
Ladda ner Prinstant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension helps you to download the photos and videos visible in your Instagram account in one click Grundläggande Information om Tillägg
| Namn | |
| ID | gppofildpmbjkpkdjcfcoflnalpmdica |
| Officiell webbadress | https://chromewebstore.google.com/detail/prinstant/gppofildpmbjkpkdjcfcoflnalpmdica |
| Beskrivning | Prinstant extension helps you download post and reels (images and videos) |
| Filstorlek | 40.27 KB |
| Antal Installationer | 170 |
| Aktuell Version | 0.01 |
| Senast Uppdaterad | 2021-06-16 |
| Publiceringsdatum | 2021-06-08 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | creativebonding |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Prinstant",
"version": "0.01",
"description": "Prinstant extension helps you download post and reels (images and videos)",
"browser_action": {
"default_title": "Prinstant",
"default_popup": "prinstant.html",
"default_icon": "icon48.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.instagram.com\/*"
],
"js": [
"sample.js"
],
"run_at": "document_end"
}
],
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |