directGyazo

This extension redirects a Gyazo link to a direct image link.

What is directGyazo?

directGyazo is a Chrome extension developed by skiilaa, and its main feature is "This extension redirects a Gyazo link to a direct image link.".

Download directGyazo Extension CRX File

Download directGyazo 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

                        Afraid of possible attacks in Gyazo? Tired of not being able to zoom into the picture using Ctrl+Scroll? This is the extension for you. Anytime you open a Gyazo link, this extension will redirect your to the direct image file stored on the Gyazo servers.                    

Extension Basic Information

Name directGyazo directGyazo
ID oebemlehbnppikcnppfocbfjbhkadnbo
Official URL https://chromewebstore.google.com/detail/directgyazo/oebemlehbnppikcnppfocbfjbhkadnbo
Description This extension redirects a Gyazo link to a direct image link.
File Size 3.24 KB
Installation Count 23
Current Version 1.0
Last Updated 2017-03-05
Publish Date 2017-03-05
Developer skiilaa
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "directGyazo",
    "description": "This extension redirects a Gyazo link to a direct image link.",
    "version": "1.0",
    "background": {
        "scripts": [
            "gyazoRed.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}