GoSupermodel Pride Style
goSupermodel Pride but 4 a lot more colourfull
Apa itu GoSupermodel Pride Style?
GoSupermodel Pride Style adalah ekstensi Chrome yang dikembangkan oleh Spigg, dan fitur utamanya adalah "goSupermodel Pride but 4 a lot more colourfull".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GoSupermodel Pride Style
Unduh file ekstensi GoSupermodel Pride Style dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | geanpabmnnpiapepcknifjimbojnckcl |
URL Resmi | https://chromewebstore.google.com/detail/gosupermodel-pride-style/geanpabmnnpiapepcknifjimbojnckcl |
Deskripsi | goSupermodel Pride but 4 a lot more colourfull |
Ukuran File | 33.5 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-11-26 |
Tanggal Publikasi | 2023-06-01 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | Spigg |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://gsmspigg.com/privacy%20policy |
Bahasa yang Didukung | 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" ] } ] } |