X / Twitter Feature Flags
Modifies feature flags on X.com / Twitter.com
X / Twitter Feature Flags란 무엇입니까?
X / Twitter Feature Flags은(는) Yaroslav Nazarov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modifies feature flags on X.com / Twitter.com"입니다.
확장 프로그램 스크린샷
X / Twitter Feature Flags 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |