Twitter Lume Reskin
Popular Dark Lume userstyle for Twitter, redone as a browser Addon.
Twitter Lume Reskinคืออะไร?
Twitter Lume Reskin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vitaminiser และคุณลักษณะหลักของมันคือ "Popular Dark Lume userstyle for Twitter, redone as a browser Addon."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Lume Reskin
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Lume Reskin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🟢🟤⚫️⚪️🟠🟡🔵🟣🔴
Change the look of your Twitter web app with this sleek and customizable CSS style.
Features:
🟠 Use fancy Twitter fonts to decorate your tweets;
🔴 3 color themes you can choose from (Light, Dim, and Lights out) through regular color theme picker of Twitter(Display -> Background);
🟣 Change color hue of the first two themes with a built-in color slider
and save presets;
🟠 Set and customize backgrounds with different filters;
🟢 Compact left sidebar look, with enlarged userpic and your twitter handle;
🟤 Collapse promotional tweets;
⚪️ Hide unwanted elements like suggested follows or 'Whats happening' box
🟡 Breaks between tweets for better readability;
🔵 Expand Images
🟢🟤⚫️⚪️🟠🟡🔵🟣🔴 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | khaeenckjiflnchbnejmackcgomcbnmk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-lume-reskin/khaeenckjiflnchbnejmackcgomcbnmk |
| คำอธิบาย | Popular Dark Lume userstyle for Twitter, redone as a browser Addon. |
| ขนาดไฟล์ | 489 KB |
| จำนวนการติดตั้ง | 4,008 |
| เวอร์ชันปัจจุบัน | 2.02 |
| อัปเดตครั้งล่าสุด | 2023-09-26 |
| วันที่เผยแพร่ | 2020-09-19 |
| คะแนน | 3.82/5 รวมทั้งหมด 22 คะแนน |
| ผู้พัฒนา | Vitaminiser |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://twitter.com/vitaminiser/ |
| URL หน้าช่วยเหลือ | https://twitter.com/vitaminiser/status/1314264012541095937 |
| URL หน้านโยบายความเป็นส่วนตัว | https://myproggies.github.io/Pinterest-Love-Pinterest-Screenshot-Saver |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitter Lume Reskin",
"short_name": "TwitterLumeReskin",
"version": "2.02",
"description": "Popular Dark Lume userstyle for Twitter, redone as a browser Addon.",
"homepage_url": "https:\/\/twitter.com\/vitaminiser",
"author": "@vitaminiser",
"permissions": [
"storage",
"clipboardRead",
"scripting"
],
"host_permissions": [
"*:\/\/twitter.com\/*",
"*:\/\/mobile.twitter.com\/*"
],
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/twitter.com\/*",
"*:\/\/mobile.twitter.com\/*"
],
"run_at": "document_start",
"js": [
"inject\/inject.js",
"common.js",
"content\/lume_mini.js",
"onyxlib\/$lib.js",
"onyxlib\/dom.js",
"onyxlib\/$elem.js",
"onyxlib\/miniquery.js",
"content\/readyness.js",
"content\/observer.js",
"content\/content.js",
"content\/themedata.js",
"content\/translate.js",
"content\/fonts.js"
],
"css": [
"content\/fonts.css",
"content\/ui.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"test.js",
"style\/*.css",
"content\/lume-mini.css",
"settingsform\/settingsform.html",
"settingsform\/css\/*.css",
"content\/cursors\/*.svg",
"icons\/colorwheel.png",
"content\/fonts\/*.woff2",
"changelog\/changelog.html"
],
"matches": [
"*:\/\/twitter.com\/*",
"*:\/\/mobile.twitter.com\/*"
]
}
],
"manifest_version": 3
} | |