X / Twitter Feature Flags
Modifies feature flags on X.com / Twitter.com
X / Twitter Feature Flagsคืออะไร?
X / Twitter Feature Flags เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yaroslav Nazarov และคุณลักษณะหลักของมันคือ "Modifies feature flags on X.com / Twitter.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย X / Twitter Feature Flags
ดาวน์โหลดไฟล์ส่วนขยาย X / Twitter Feature Flags ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension can unlock hidden features in the web version of X / Twitter. Before a new feature gets released to all users, it usually becomes accessible to the developers and testers first. This is done using "feature flags" - a mechanism that can turn certain features on or off for every account. "Secret Twitter Features" allows you to change those "flags" for your account, allowing you to try almost any feature that was added to the code. To change feature flags, find "Features" item in the left menu in X app.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | X / Twitter Feature Flags |
ID | phioeneleonlckednejcmajbkmhhiepm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/x-twitter-feature-flags/phioeneleonlckednejcmajbkmhhiepm |
คำอธิบาย | Modifies feature flags on X.com / Twitter.com |
ขนาดไฟล์ | 87.57 KB |
จำนวนการติดตั้ง | 572 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2023-09-17 |
วันที่เผยแพร่ | 2023-02-20 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Yaroslav Nazarov |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/yaroslav-n/x-feature-flags |
URL หน้าช่วยเหลือ | https://twitter.com/512x512 |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freeprivacypolicy.com/live/3b9fb73e-52c4-4577-82e1-eb9358f1fdce |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "X \/ Twitter Feature Flags", "manifest_version": 3, "version": "3.0.0", "description": "Modifies feature flags on X.com \/ Twitter.com", "permissions": [ "storage", "scripting" ], "host_permissions": [ "https:\/\/twitter.com\/", "https:\/\/x.com\/" ], "externally_connectable": { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ] }, "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "background": { "service_worker": "lib\/background.js" }, "web_accessible_resources": [ { "resources": [ "assets\/ui.html", "assets\/icons\/tab_icon.svg", "assets\/icons\/tab_icon_dark_theme.svg", "lib\/ui.js" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ] } ] } |