NightTimeFP theme
Extension to enable multiple themes or specific styles to be applied over css on floatplane.com site.
NightTimeFP themeคืออะไร?
NightTimeFP theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Snikay และคุณลักษณะหลักของมันคือ "Extension to enable multiple themes or specific styles to be applied over css on floatplane.com site."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NightTimeFP theme
ดาวน์โหลดไฟล์ส่วนขยาย NightTimeFP theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps apply specific theme for floatplane.com service. Supporting only simple Theater Night Mode. *** On a first run - make sure to refresh FP page so CSS is fully applied. *** Tell me what you think - https://sites.google.com/view/floatplane-theme THE STUFF: * WAN Show Countdown * Change chat font size * Change the width of the chat * Hide title & description * Add space above the video, make video full width * Option to pop the chat in a new window * When you click on username in chat it will add it to chatbox @Change-log (minor fixes not listed): * 1.21: Beta site colors updated, countdown to WAN moved for 4.30PM PST * 1.20: Add beta site support, fix some username and scrollbar colors * 1.19: CSS updates, console errors resolved * 1.18.5: CSS styling updated again - changes on FP side again * 1.18.4: Fixed CSS styling - as there were some changes on FP side * 1.18.3: Fixed Pop-out chat not loading * 1.18: Added WAN Show Countdown and option to show/hide it; Found a bug link * 1.17: Added option to change the width of the chat * 1.16: Theme management, hide stream description, replace zoom with chat font size option * 1.15: Added options to add/remove space around the video * 1.14: Added @mentions on username click * 1.13: Select permanent theme for pop-out chat * 1.12: Option to hide chat on main live page * 1.11: Option to pop the chat in a new window * 0.1.10: Added option for customisation to pop-up * 0.1.9.1: Now coloring chat text if you are "mentioned" How it works? * Go to live-stream page of your creator and toggle mode with click on the icon (top, right) The setting is persistent - so next time you visit the page it will automatically activate.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NightTimeFP theme |
ID | dbbmdjoffmonclocgopapbmbabhhacbg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nighttimefp-theme/dbbmdjoffmonclocgopapbmbabhhacbg |
คำอธิบาย | Extension to enable multiple themes or specific styles to be applied over css on floatplane.com site. |
ขนาดไฟล์ | 104 KB |
จำนวนการติดตั้ง | 451 |
เวอร์ชันปัจจุบัน | 1.21 |
อัปเดตครั้งล่าสุด | 2023-04-16 |
วันที่เผยแพร่ | 2020-06-13 |
คะแนน | 5.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Snikay |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sites.google.com/view/floatplane-theme |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NightTimeFP theme", "description": "Extension to enable multiple themes or specific styles to be applied over css on floatplane.com site.", "author": "Snikay", "version": "1.21", "permissions": [ "activeTab", "declarativeContent", "storage", "*:\/\/*.floatplane.com\/*" ], "background": { "scripts": [ "common.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.floatplane.com\/*" ], "css": [ "assets\/fp.css" ] } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/fp16.png", "32": "images\/fp32.png", "48": "images\/fp48.png", "96": "images\/fp96.png", "128": "images\/fp128.png", "196": "images\/fp196.png" } }, "icons": { "16": "images\/fp16.png", "32": "images\/fp32.png", "48": "images\/fp48.png", "96": "images\/fp96.png", "128": "images\/fp128.png", "196": "images\/fp196.png" }, "manifest_version": 2 } |