BetterGFMotes

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

什么是BetterGFMotes?

BetterGFMotes是由https://bettergfmotes.ga开发的Chrome扩展程序,该扩展的主要功能是“Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.”。

下载BetterGFMotes扩展crx文件

下载BetterGFMotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 BetterGFMotes BetterGFMotes
ID biejbmijmlhaaafdfbpngiflnpjhipco
官方URL https://chromewebstore.google.com/detail/bettergfmotes/biejbmijmlhaaafdfbpngiflnpjhipco
简介 Adds additional emotes to /r/gravityfalls and allows you to view them around Reddit.
文件大小 5.44 MB
安装次数 19
当前版本 1.0.0
更新时间 2016-05-11
上架时间 2016-05-11
评分 5.00/5 共4次评分
开发者 https://bettergfmotes.ga
付费类型 free
扩展官网 http://bettergfmotes.ga/
支持的语言 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='"
}