Zoom Photos for Facebook™
The simplest way to view photos on Facebook is to ZOOM them!
Cos'è Zoom Photos for Facebook™?
Zoom Photos for Facebook™ è un'estensione di Chrome sviluppata da uachips, e la sua funzione principale è "The simplest way to view photos on Facebook is to ZOOM them!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zoom Photos for Facebook™
Scarica i file di estensione Zoom Photos for Facebook™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Zoom Photos for Facebook™ is a simple and easy to use light-weight Chrome extension that integrates directly with your Facebook so you can see larger images of profile images, albums and photos when you hover over an image! If you enjoy the experience rate us 5 stars.
Informazioni di Base sull'Estensione
Nome | |
ID | pnloebhapjhlmhmjfamblefgldjjbgca |
URL Ufficiale | https://chrome.google.com/webstore/detail/zoom-photos-for-facebook/pnloebhapjhlmhmjfamblefgldjjbgca |
Descrizione | The simplest way to view photos on Facebook is to ZOOM them! |
Dimensione del File | 57.14 KB |
Conteggio Installazioni | 326 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-04-14 |
Data di Pubblicazione | 2021-04-14 |
Valutazione | 4.57/5 Totale 7 Valutazioni |
Sviluppatore | uachips |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.coolextension.ml/privacy |
Lingue Supportate | en |
manifest.json | |
{ "background": { "page": "html\/background.html" }, "content_scripts": [ { "js": [ "js\/contentScript.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "The simplest way to view photos on Facebook is to ZOOM them!", "icons": { "128": "images\/icon.128.png", "16": "images\/icon.16.png", "48": "images\/icon.48.png" }, "manifest_version": 2, "name": "Zoom Photos for Facebook\u2122", "options_page": "html\/options.html", "permissions": [ "contextMenus", "tabs", "storage", "*:\/\/*.facebook.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |