GoSupermodel Pride Style

goSupermodel Pride but 4 a lot more colourfull

GoSupermodel Pride Styleคืออะไร?

GoSupermodel Pride Style เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Spigg และคุณลักษณะหลักของมันคือ "goSupermodel Pride but 4 a lot more colourfull"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoSupermodel Pride Style

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}