GoSupermodel Pride Style

goSupermodel Pride but 4 a lot more colourfull

GoSupermodel Pride Styleとは何ですか?

GoSupermodel Pride StyleはSpiggによって開発されたChromeの拡張機能で、その主な機能は「goSupermodel Pride but 4 a lot more colourfull」です。

拡張機能のスクリーンショット

screenshot

GoSupermodel Pride Style拡張機能のCRXファイルをダウンロード

GoSupermodel Pride Style拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A style extension only affecting https://gosupermodel.com and gives it a beutiful pride style. It includes a very short css file that only changes the background the model widget background and puts a rainbow on the forum widgets. Enjoy, Happy Pride Month!                    

拡張機能の基本情報

名前 GoSupermodel Pride Style GoSupermodel Pride Style
ID geanpabmnnpiapepcknifjimbojnckcl
公式URL https://chromewebstore.google.com/detail/gosupermodel-pride-style/geanpabmnnpiapepcknifjimbojnckcl
説明 goSupermodel Pride but 4 a lot more colourfull
ファイルサイズ 33.5 KB
インストール数 46
現在のバージョン 1.0
最終更新日 2023-11-26
公開日 2023-06-01
評価 5.00/5 合計 7 レビュー
開発者 Spigg
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://gsmspigg.com/privacy%20policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GoSupermodel Pride Style",
    "description": "goSupermodel Pride but 4 a lot more colourfull",
    "version": "1.0",
    "icons": {
        "16": "\/Images\/16.png",
        "48": "\/Images\/48.png",
        "128": "\/Images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gosupermodel.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}