GoToubun Subreddit Styler

Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!

什么是GoToubun Subreddit Styler?

GoToubun Subreddit Styler是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!”。

扩展截图

screenshot

下载GoToubun Subreddit Styler扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 GoToubun Subreddit Styler GoToubun Subreddit Styler
ID nkpnepcgnkcblkehfbieghfplnafmckb
官方URL https://chromewebstore.google.com/detail/gotoubun-subreddit-styler/nkpnepcgnkcblkehfbieghfplnafmckb
简介 Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!
文件大小 316 KB
安装次数 68
当前版本 1.4
更新时间 2019-02-23
上架时间 2019-02-23
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoToubun Subreddit Styler",
    "version": "1.4",
    "description": "Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/r\/5ToubunNoHanayome\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/yotsuba.png",
        "images\/yotsuba2.png",
        "images\/yotsubanner.png",
        "images\/ichikaPeek.png",
        "images\/ninoPeek.png",
        "images\/mikuPeek.png",
        "images\/yotsubaPeek.png",
        "images\/itsukiPeek.png"
    ],
    "icons": {
        "16": ".\/images\/appIcons\/yotsuba-icon-48.png",
        "32": ".\/images\/appIcons\/yotsuba-icon-48.png",
        "48": ".\/images\/appIcons\/yotsuba-icon-48.png",
        "128": ".\/images\/appIcons\/yotsuba-icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/images\/appIcons\/yotsuba-icon-48.png",
            "32": ".\/images\/appIcons\/yotsuba-icon-48.png",
            "48": ".\/images\/appIcons\/yotsuba-icon-48.png",
            "128": ".\/images\/appIcons\/yotsuba-icon-128.png"
        }
    }
}