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"
        }
    }
}