YoutubeColor
About: YoutubeColor allows you to create your own color scheme for youtube. Comes with a "Dark" theme, and an option to create…
YoutubeColorคืออะไร?
YoutubeColor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย YoutubeColor และคุณลักษณะหลักของมันคือ "About: YoutubeColor allows you to create your own color scheme for youtube. Comes with a "Dark" theme, and an option to create…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YoutubeColor
ดาวน์โหลดไฟล์ส่วนขยาย YoutubeColor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
About: YoutubeColor allows you to create your own color scheme for youtube. Comes with a "Dark" theme, and an option to create your own theme! You can change six different elements found on all YouTube pages, these are... -Background color -Header & Sidebar -Main text (Video titles, comment authors, etc.) -Sub text (Video description, views, comments, etc.) -Icons -Links By selecting the "Create Theme" button in the extension pop-up, you can customize these six elements by using a full range color picker. As well as give it a unique name. How to use: To use YoutubeColor, simply click on the palette icon in the top right hand corner to display a pop-up window where you can change the color scheme of YouTube to "Deafult", "Dark" or a custom theme, once one has been made . Make custom theme: To make a custom theme, click on the "Create a theme" option in the extensions pop-up window. This should display the setup for creating your own color scheme. There are 6 different elements that you can change (elements listed above), each one has a text box displaying the current color and the HEX color code for that element. To change the colors just click on the text box and a full range color-picker will appear where you can set the color to you desire. Once you have chosen a color for all 6 elements there will be another text box at the bottom where you can give the theme a custom name. Lastly, once you have chosen your colors and given the theme a name, click the "Save" button to save your new custom theme. To apply your theme simply click on your new theme in the extension pop-up window, it should reload the page with your custom themes colors applied. Links: Support - https://ytcolorsforme.freevar.com/contact.html/ Donate - https://ytcolorsforme.freevar.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YoutubeColor |
ID | hgplonckcggofblbpajgicpnmpcmbljk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtubecolor/hgplonckcggofblbpajgicpnmpcmbljk |
คำอธิบาย | About: YoutubeColor allows you to create your own color scheme for youtube. Comes with a "Dark" theme, and an option to create… |
ขนาดไฟล์ | 357 KB |
จำนวนการติดตั้ง | 116 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-07-21 |
วันที่เผยแพร่ | 2020-07-21 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | YoutubeColor |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://ytcolorsforme.freevar.com/contact.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YoutubeColor", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": true, "js": [ "jQ.js", "content.js" ] } ], "browser_action": { "default_popup": "popup.html" }, "icons": { "100": "icon.png" }, "permissions": [ "activeTab" ] } |