GRUU VIEWER

GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.

What is GRUU VIEWER?

GRUU VIEWER is a Chrome extension developed by https://viewer.gruu.jp, and its main feature is "GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download GRUU VIEWER Extension CRX File

Download GRUU VIEWER 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

                        1, Input title your image(jpeg,png,tiff) or video(H.264).
2, Drag your file and share.
&, From the context menu.

note:
No Ads, no tracking and free to use without registration.                    

Extension Basic Information

Name GRUU VIEWER GRUU VIEWER
ID ijegoogljplbdojkjiiljhlgjgpblcfi
Official URL https://chromewebstore.google.com/detail/gruu-viewer/ijegoogljplbdojkjiiljhlgjgpblcfi
Description GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.
File Size 86.79 KB
Installation Count 1,897
Current Version 3.0.2.0002
Last Updated 2022-07-26
Publish Date 2019-10-23
Rating 5.00/5 Total 1 Ratings
Developer https://viewer.gruu.jp
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.qlea.co.jp/privacypolicy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GRUU VIEWER",
    "short_name": "GRUU VIEWER",
    "version": "3.0.2.0002",
    "description": "GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "homepage_url": "https:\/\/viewer.gruu.jp\/",
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "GRUU VIEWER",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}