Facebook profile picture viewer
Extension to view locked facebook profile picture in high quality using DownEv
Vad är Facebook profile picture viewer?
Facebook profile picture viewer är en Chrome-tillägg utvecklad av amnaykira, och dess huvudfunktion är "Extension to view locked facebook profile picture in high quality using DownEv".
Tilläggsskärmbilder
Ladda ner Facebook profile picture viewer-förlängningens CRX-fil
Ladda ner Facebook profile picture viewer-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
Extension that unlock pictures to Full HD on Facebook Grundläggande Information om Tillägg
| Namn | |
| ID | obfcobjckehiehnnmifipkaegmkcgpbn |
| Officiell webbadress | https://chromewebstore.google.com/detail/facebook-profile-picture/obfcobjckehiehnnmifipkaegmkcgpbn |
| Beskrivning | Extension to view locked facebook profile picture in high quality using DownEv |
| Filstorlek | 27.02 KB |
| Antal Installationer | 902 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-10-10 |
| Publiceringsdatum | 2023-10-09 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | amnaykira |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://downev.com/ |
| Hjälpsida URL | https://downev.com/ |
| URL till Sekretesspolicy Sidan | https://downev.com/privacy.html |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Facebook profile picture viewer",
"description": "Extension to view locked facebook profile picture in high quality using DownEv ",
"version": "1.0",
"permissions": [
"activeTab"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |