Azimuth: Download Facebook 360° Photos

Automatically downloads, stitches, and adds META tags to Facebook 360 Photos

什麼是Azimuth: Download Facebook 360° Photos?

Azimuth: Download Facebook 360° Photos是由https://360toolkit.co開發的Chrome擴展程式,該擴展的主要功能是“Automatically downloads, stitches, and adds META tags to Facebook 360 Photos”。

擴展截圖

screenshot

下載Azimuth: Download Facebook 360° Photos擴展crx文件

下載Azimuth: Download Facebook 360° Photos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows you to download Facebook 360 degree photos. It allows you to download them in equirectangular format. 

How to use:

1. Navigate to the panorama photo URL.
2. Click on the extension button.
3. The extension will look for visible 360 photos, if found any, it will show them.
4. Click on anyone you like and it will be converted to equirectangular format and downloaded.
5. Select the mode you need.
6. It will do all the work.

DISCLAIMER: Please use this extension reasonably; only download photos you own or you can agreeably use. The developer holds no responsibility if you abuse the extension.                    

擴展基本資訊

名稱 Azimuth: Download Facebook 360° Photos Azimuth: Download Facebook 360° Photos
ID apfgihndokdmfcmajbbimifahgbgbhcm
官方網址 https://chromewebstore.google.com/detail/azimuth-download-facebook/apfgihndokdmfcmajbbimifahgbgbhcm
簡介 Automatically downloads, stitches, and adds META tags to Facebook 360 Photos
檔案大小 55.95 KB
安裝次數 7,147
目前版本 0.0.2
更新時間 2020-06-06
上架時間 2020-06-05
評分 2.15/5 共 47 次評分
開發者 https://360toolkit.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://360toolkit.co
說明頁面URL https://360toolkit.co
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Azimuth: Download Facebook 360\u00b0 Photos",
    "short_name": "Azimuth 360\u00b0",
    "description": "Automatically downloads, stitches, and adds META tags to Facebook 360 Photos",
    "version": "0.0.2",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*\/photos\/*",
                "https:\/\/*.facebook.com\/*\/posts\/*",
                "https:\/\/*.facebook.com\/photo.php?*"
            ],
            "js": [
                "scanner.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/main_16.png",
        "48": "icons\/main_48.png",
        "128": "icons\/main_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "38": "icons\/icon_38.png"
        },
        "default_title": "Download 360",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}