GoToubun Subreddit Styler

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

Qu'est-ce que GoToubun Subreddit Styler ?

GoToubun Subreddit Styler est une extension Chrome développée par Unknown, et sa fonction principale est "Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GoToubun Subreddit Styler

Téléchargez les fichiers d'extension GoToubun Subreddit Styler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom GoToubun Subreddit Styler GoToubun Subreddit Styler
ID nkpnepcgnkcblkehfbieghfplnafmckb
URL Officiel https://chromewebstore.google.com/detail/gotoubun-subreddit-styler/nkpnepcgnkcblkehfbieghfplnafmckb
Description Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!
Taille du Fichier 316 KB
Nombre d'Installations 68
Version Actuelle 1.4
Dernière Mise à Jour 2019-02-23
Date de Publication 2019-02-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}