MirrorMirror

Browse to any Facebook profile from a hotlinked Facebook picture.

什么是MirrorMirror?

MirrorMirror是由https://www.snowfensive.com开发的Chrome扩展程序,该扩展的主要功能是“Browse to any Facebook profile from a hotlinked Facebook picture.”。

下载MirrorMirror扩展crx文件

下载MirrorMirror扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 MirrorMirror MirrorMirror
ID liaoagpefkeabpnhfifopcgejnginnib
官方URL https://chromewebstore.google.com/detail/mirrormirror/liaoagpefkeabpnhfifopcgejnginnib
简介 Browse to any Facebook profile from a hotlinked Facebook picture.
文件大小 249 KB
安装次数 468
当前版本 1.4
更新时间 2017-02-25
上架时间 2017-02-24
评分 3.00/5 共1次评分
开发者 https://www.snowfensive.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.snowfensive.com/mirrormirror/
帮助页面URL http://www.snowfensive.com/mirrormirror/
支持的语言 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": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ]
}