BetterGFMotes

Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.

What is BetterGFMotes?

BetterGFMotes is a Chrome extension developed by https://bettergfmotes.ga, and its main feature is "Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.".

Download BetterGFMotes Extension CRX File

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

                                            

Extension Basic Information

Name BetterGFMotes BetterGFMotes
ID biejbmijmlhaaafdfbpngiflnpjhipco
Official URL https://chromewebstore.google.com/detail/bettergfmotes/biejbmijmlhaaafdfbpngiflnpjhipco
Description Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.
File Size 5.44 MB
Installation Count 19
Current Version 1.0.0
Last Updated 2016-05-11
Publish Date 2016-05-11
Rating 5.00/5 Total 4 Ratings
Developer https://bettergfmotes.ga
Payment Type free
Extension Website http://bettergfmotes.ga/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "@bettergfmotes"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "uncode.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html",
        "default_title": "Emote List"
    },
    "content_scripts": [
        {
            "css": [
                "emotes.css",
                "modifiers.css",
                "fonts.css",
                "spoilers.css"
            ],
            "js": [
                "uncode.js"
            ],
            "matches": [
                "https:\/\/*.reddit.com\/*",
                "https:\/\/*.voat.co\/*",
                "https:\/\/*.discordapp.com\/*"
            ]
        }
    ],
    "description": "Adds additional emotes to \/r\/gravityfalls and allows you to view them around Reddit.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "BetterGFMotes",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.reddit.com\/*",
        "https:\/\/*.voat.co\/*",
        "https:\/\/*.discordapp.com\/*"
    ],
    "version": "1.0.0",
    "content_security_policy": "script-src 'self' 'sha256-T+9GxYz7IuqbOBrmjQAJl35VW1Y5f8hr\/U6EZ323RhU=' https:\/\/j-co.ga.com; object-src 'self' 'sha256-T+9GxYz7IuqbOBrmjQAJl35VW1Y5f8hr\/U6EZ323RhU='"
}