BetterGFMotes

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

Vad är BetterGFMotes?

BetterGFMotes är en Chrome-tillägg utvecklad av https://bettergfmotes.ga, och dess huvudfunktion är "Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.".

Ladda ner BetterGFMotes-förlängningens CRX-fil

Ladda ner BetterGFMotes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn BetterGFMotes BetterGFMotes
ID biejbmijmlhaaafdfbpngiflnpjhipco
Officiell webbadress https://chromewebstore.google.com/detail/bettergfmotes/biejbmijmlhaaafdfbpngiflnpjhipco
Beskrivning Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.
Filstorlek 5.44 MB
Antal Installationer 19
Aktuell Version 1.0.0
Senast Uppdaterad 2016-05-11
Publiceringsdatum 2016-05-11
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://bettergfmotes.ga
Betalningssätt free
Tilläggswebbplats http://bettergfmotes.ga/
Stödda Språk 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='"
}