GIFMAGAZINE for Chrome

Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop.

What is GIFMAGAZINE for Chrome?

GIFMAGAZINE for Chrome is a Chrome extension developed by https://gifmagazine.net, and its main feature is "Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop.".

Extension Screenshots

screenshot
screenshot

Download GIFMAGAZINE for Chrome Extension CRX File

Download GIFMAGAZINE for Chrome 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

                        Search cool GIFs and Stickers in GIFMAGAZINE and embed it to your target with drag and drop!

You can also copy the HTML or GIF URL and paste it into your target. Search for popular movies, anime, creators' GIFs, etc. from GIFMAGAZINE, one of Japan's largest GIF platform.

* Drag and drop behavior depends on the website you are dropping on, they may correctly display the GIF, or they may insert a link.                    

Extension Basic Information

Name GIFMAGAZINE for Chrome GIFMAGAZINE for Chrome
ID eophboegjhcgkopdmkibfpcplcjhpemb
Official URL https://chromewebstore.google.com/detail/gifmagazine-for-chrome/eophboegjhcgkopdmkibfpcplcjhpemb
Description Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop.
File Size 47.95 KB
Installation Count 144
Current Version 1.3.2
Last Updated 2021-07-29
Publish Date 2017-10-26
Rating 3.50/5 Total 2 Ratings
Developer https://gifmagazine.net
Email [email protected]
Payment Type free
Extension Website https://gifmagazine.net/
Help Page URL https://gifmagazine.net/help
Privacy Policy Page URL https://gifmagazine.net/settings/rule
Supported Languages en,ja
manifest.json
{
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_app_browser_title__"
    },
    "content_scripts": [
        {
            "js": [
                "popup.html"
            ],
            "matches": [
                "http:\/\/*\/"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjXQQ3jH17qKqoWKtolfxaMI2uB4tqBv8SObWskmjvNSgsK8ckrRNqbX3QOxT2J1PzGnqEA+ntHW\/3TXkWRi9U+Jxmfy+KN+iB3XeEu+TBDKsSQ8ODqUZYVRVZuD6wLXuAPwsOwJT0VonsGyOGXYUsd2tMRsSeQ34bDIPdcM1zqR\/BeCeAiz8yTh2yP5mlKGiF+Ql\/1l98F8zkzK6FCPmDUYMhgiyPe7e3DZibOpLIVR10XJzmdX1ZuGmmFh8SOxvMB0seefr+6nHlZphgrJwKN\/MTUYN84jwvCCreVY7ygJXnExyLnFb1qSLRijZJWQPMP9L+GYI5WikJuw\/iqjiswIDAQAB",
    "manifest_version": 2,
    "name": "GIFMAGAZINE for Chrome",
    "permissions": [
        "http:\/\/gifmagazine.net\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2"
}