BetterGFMotes

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

Cos'è BetterGFMotes?

BetterGFMotes è un'estensione di Chrome sviluppata da https://bettergfmotes.ga, e la sua funzione principale è "Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.".

Scarica il file CRX dell'estensione BetterGFMotes

Scarica i file di estensione BetterGFMotes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome BetterGFMotes BetterGFMotes
ID biejbmijmlhaaafdfbpngiflnpjhipco
URL Ufficiale https://chromewebstore.google.com/detail/bettergfmotes/biejbmijmlhaaafdfbpngiflnpjhipco
Descrizione Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.
Dimensione del File 5.44 MB
Conteggio Installazioni 19
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-05-11
Data di Pubblicazione 2016-05-11
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://bettergfmotes.ga
Tipo di Pagamento free
Sito Web dell'Estensione http://bettergfmotes.ga/
Lingue Supportate 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='"
}