MirrorMirror
Browse to any Facebook profile from a hotlinked Facebook picture.
Apa itu MirrorMirror?
MirrorMirror adalah ekstensi Chrome yang dikembangkan oleh https://www.snowfensive.com, dan fitur utamanya adalah "Browse to any Facebook profile from a hotlinked Facebook picture.".
Unduh Berkas CRX Ekstensi MirrorMirror
Unduh file ekstensi MirrorMirror dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | MirrorMirror |
ID | liaoagpefkeabpnhfifopcgejnginnib |
URL Resmi | https://chromewebstore.google.com/detail/mirrormirror/liaoagpefkeabpnhfifopcgejnginnib |
Deskripsi | Browse to any Facebook profile from a hotlinked Facebook picture. |
Ukuran File | 249 KB |
Jumlah Instalasi | 468 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2017-02-25 |
Tanggal Publikasi | 2017-02-24 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | https://www.snowfensive.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.snowfensive.com/mirrormirror/ |
URL Halaman Bantuan | http://www.snowfensive.com/mirrormirror/ |
Bahasa yang Didukung | 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": [ " |