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
官方網址 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"
    ]
}