MirrorMirror
Browse to any Facebook profile from a hotlinked Facebook picture.
Qu'est-ce que MirrorMirror ?
MirrorMirror est une extension Chrome développée par https://www.snowfensive.com, et sa fonction principale est "Browse to any Facebook profile from a hotlinked Facebook picture.".
Télécharger le fichier CRX de l'extension MirrorMirror
Téléchargez les fichiers d'extension MirrorMirror au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | MirrorMirror |
ID | liaoagpefkeabpnhfifopcgejnginnib |
URL Officiel | https://chromewebstore.google.com/detail/mirrormirror/liaoagpefkeabpnhfifopcgejnginnib |
Description | Browse to any Facebook profile from a hotlinked Facebook picture. |
Taille du Fichier | 249 KB |
Nombre d'Installations | 468 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2017-02-25 |
Date de Publication | 2017-02-24 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | https://www.snowfensive.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.snowfensive.com/mirrormirror/ |
URL de la Page d'Aide | http://www.snowfensive.com/mirrormirror/ |
Langues Prises en Charge | 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": [ " |