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”。
擴展截圖
下載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!
擴展基本資訊
名稱 | |
ID | geanpabmnnpiapepcknifjimbojnckcl |
官方網址 | 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" ] } ] } |