Azimuth: Download Facebook 360° Photos
Automatically downloads, stitches, and adds META tags to Facebook 360 Photos
What is Azimuth: Download Facebook 360° Photos?
Azimuth: Download Facebook 360° Photos is a Chrome extension developed by https://360toolkit.co, and its main feature is "Automatically downloads, stitches, and adds META tags to Facebook 360 Photos".
Extension Screenshots
Download Azimuth: Download Facebook 360° Photos Extension CRX File
Download Azimuth: Download Facebook 360° Photos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Azimuth: Download Facebook 360° Photos |
ID | apfgihndokdmfcmajbbimifahgbgbhcm |
Official URL | https://chromewebstore.google.com/detail/azimuth-download-facebook/apfgihndokdmfcmajbbimifahgbgbhcm |
Description | Automatically downloads, stitches, and adds META tags to Facebook 360 Photos |
File Size | 55.95 KB |
Installation Count | 7,147 |
Current Version | 0.0.2 |
Last Updated | 2020-06-06 |
Publish Date | 2020-06-05 |
Rating | 2.15/5 Total 47 Ratings |
Developer | https://360toolkit.co |
[email protected] | |
Payment Type | free |
Extension Website | https://360toolkit.co |
Help Page URL | https://360toolkit.co |
Supported Languages | 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 } |