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
官方網址 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"
        }
    }
}