MirrorMirror
Browse to any Facebook profile from a hotlinked Facebook picture.
Cos'è MirrorMirror?
MirrorMirror è un'estensione di Chrome sviluppata da https://www.snowfensive.com, e la sua funzione principale è "Browse to any Facebook profile from a hotlinked Facebook picture.".
Scarica il file CRX dell'estensione MirrorMirror
Scarica i file di estensione MirrorMirror 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
MirrorMirror allows a user to pivot from a hotlinked Facebook photo to the actual photo hosted on Facebook. MirrorMirror accomplishes this by searching a website after it has loaded for any pictures which have been hotlinked using Facebook’s Content Delivery Network (CDN). It then parses the photo ID out of the image URL and creates a link in the plug-in’s drop down display. Alternatively, a context menu is added when right-clicking on a hotlinked image allowing you to directly browse to that Facebook photo.
Informazioni di Base sull'Estensione
Nome | MirrorMirror |
ID | liaoagpefkeabpnhfifopcgejnginnib |
URL Ufficiale | https://chromewebstore.google.com/detail/mirrormirror/liaoagpefkeabpnhfifopcgejnginnib |
Descrizione | Browse to any Facebook profile from a hotlinked Facebook picture. |
Dimensione del File | 249 KB |
Conteggio Installazioni | 468 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2017-02-25 |
Data di Pubblicazione | 2017-02-24 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.snowfensive.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.snowfensive.com/mirrormirror/ |
URL della Pagina di Aiuto | http://www.snowfensive.com/mirrormirror/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MirrorMirror", "version": "1.4", "manifest_version": 2, "description": "Browse to any Facebook profile from a hotlinked Facebook picture.", "homepage_url": "http:\/\/www.Snowfensive.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "MirrorMirror", "default_popup": "popup\/popup.html" }, "background": { "persistent": false, "scripts": [ "background\/background.js" ] }, "content_scripts": [ { "matches": [ " |