Customize Twitter
This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…
Customize Twitterคืออะไร?
Customize Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://krish-nerkar.ml และคุณลักษณะหลักของมันคือ "This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Customize Twitter
ดาวน์โหลดไฟล์ส่วนขยาย Customize Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default accent to blue and lights out, for steps see this : https://bit.ly/3r8Jz62 More Customization Options Coming Soon......👀
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Customize Twitter |
ID | elokfbhficagbdeldboinmcgcednbick |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/customize-twitter/elokfbhficagbdeldboinmcgcednbick |
คำอธิบาย | This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default… |
ขนาดไฟล์ | 31.81 KB |
จำนวนการติดตั้ง | 119 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-03-06 |
วันที่เผยแพร่ | 2021-03-01 |
คะแนน | 4.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://krish-nerkar.ml |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://krish-nerkar.ml/projects |
URL หน้าช่วยเหลือ | https://bit.ly/3r8Jz62 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "popup.html", "default_title": "Customize Twitter", "default_icom": "img\/icon.png" }, "content_scripts": [ { "css": [ "css\/twitter.css" ], "js": [ "js\/twitter.js" ], "matches": [ "*:\/\/twitter.com\/*" ] } ], "description": "", "icons": { "128": "img\/icon.png", "16": "img\/icon.png", "48": "img\/icon.png" }, "manifest_version": 2, "name": "Customize Twitter", "permissions": [ "cookies", "*:\/\/twitter.com\/*" ], "short_name": "Customize Twitter", "version": "1.0.1" } |