@mute for TweetDeck
Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.
@mute for TweetDeck란 무엇입니까?
@mute for TweetDeck은(는) @eggsbox에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck."입니다.
확장 프로그램 스크린샷
@mute for TweetDeck 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How to use 1) Remove the @ mark from the user ID you want to mute, and entered into the text box, and press the Save button. 2) If you want to mute the multiple of the user ID, enter a comma (,) separator. 3) If are signed in to Chrome, setting the contents of the @mute will be synchronized between the terminal.
확장 프로그램 기본 정보
이름 | @mute for TweetDeck |
ID | pmlaflmdlahpmjkpghlbhfnfhoellkei |
공식 URL | https://chromewebstore.google.com/detail/mute-for-tweetdeck/pmlaflmdlahpmjkpghlbhfnfhoellkei |
설명 | Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck. |
파일 크기 | 89.85 KB |
설치 횟수 | 27 |
현재 버전 | 0.3.1 |
최근 업데이트 | 2016-09-17 |
출시 날짜 | 2016-09-16 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | @eggsbox |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://twitter.com/eggsbox |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "@mute for TweetDeck", "description": "__MSG_locale_description__", "default_locale": "en", "version": "0.3.1", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage", "activeTab", "https:\/\/tweetdeck.twitter.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/tweetdeck.twitter.com\/*" ], "js": [ "js\/jquery-1.8.3.min.js", "js\/content_scripts.js" ], "run_at": "document_idle" } ], "browser_action": { "default_popup": "popup.html" } } |