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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}