No Moments for Twitter
A chrome extension that hides the Moments button on the Twitter website.
No Moments for Twitter란 무엇입니까?
No Moments for Twitter은(는) ungoldman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension that hides the Moments button on the Twitter website."입니다.
확장 프로그램 스크린샷
No Moments for Twitter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A chrome extension that hides the Moments button on the Twitter website. Disclaimer: This extension is distributed free of charge and made for educational/practical purposes only! No harm is intended toward the great nation of Twitter. I just don't want to accidentally click the `Moments` button anymore.
확장 프로그램 기본 정보
이름 | |
ID | kenlkkgfablehdjlhidnacobagpcbmcp |
공식 URL | https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp |
설명 | A chrome extension that hides the Moments button on the Twitter website. |
파일 크기 | 30.76 KB |
설치 횟수 | 34 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2015-12-04 |
출시 날짜 | 2015-12-04 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | ungoldman |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ngoldman/no-moments |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Moments for Twitter", "version": "1.0.0", "description": "A chrome extension that hides the Moments button on the Twitter website.", "homepage_url": "http:\/\/github.com\/ngoldman\/no-moments", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "no-moments.css" ] } ] } |