BetterGFMotes

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

Was ist BetterGFMotes?

BetterGFMotes ist eine Chrome-Erweiterung, die von https://bettergfmotes.ga entwickelt wurde, und ihr Hauptmerkmal ist "Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.".

BetterGFMotes-Erweiterungs-CRX-Datei herunterladen

Laden Sie BetterGFMotes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name BetterGFMotes BetterGFMotes
ID biejbmijmlhaaafdfbpngiflnpjhipco
Offizielle URL https://chromewebstore.google.com/detail/bettergfmotes/biejbmijmlhaaafdfbpngiflnpjhipco
Beschreibung Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.
Dateigröße 5.44 MB
Installationsanzahl 19
Aktuelle Version 1.0.0
Letztes Update 2016-05-11
Veröffentlichungsdatum 2016-05-11
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://bettergfmotes.ga
Zahlungsart free
Erweiterungswebsite http://bettergfmotes.ga/
Unterstützte Sprachen 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='"
}