Block the twitter feed
Remove the feeds from twitter and just leave the search bar
Block the twitter feed란 무엇입니까?
Block the twitter feed은(는) TechBore에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove the feeds from twitter and just leave the search bar"입니다.
확장 프로그램 스크린샷
Block the twitter feed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Remove the feeds from twitter and just leave the search bar A simple plugin to remove the recommended feeds from twitter to limit distractions and boost your productivity. Feeds removed: - All of the feeds on the right side of the home page (Trending, Who to follow). - Your main feed on the home page. - The Who to Follow feed that is sliced into other people's feed. Changelog: 1.0.0 - Adds initial offering to block unproductive feeds off twitter. Block All the Feeds!!! Support: If you have benefited from this extension, consider buying me a coffee at the following link: buymeacoff.ee/m6nJCHq57
확장 프로그램 기본 정보
이름 | Block the twitter feed |
ID | eoedcdlampccjocbpffoheiiaoinedkm |
공식 URL | https://chromewebstore.google.com/detail/block-the-twitter-feed/eoedcdlampccjocbpffoheiiaoinedkm |
설명 | Remove the feeds from twitter and just leave the search bar |
파일 크기 | 6.89 KB |
설치 횟수 | 211 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-01-27 |
출시 날짜 | 2021-01-27 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | TechBore |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Block the twitter feed", "description": "Remove the feeds from twitter and just leave the search bar", "icons": { "128": "icon.png" }, "version": "1.0.0", "permissions": [ "activeTab", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "browser_action": { "default_title": "Remove the twitter feed and trending sections", "default_icon": "icon.png" }, "content_scripts": [ { "css": [ "style.css" ], "js": [], "matches": [ "*:\/\/twitter.com\/home*", "*:\/\/www.twitter.com\/home*", "*:\/\/www.twitter.com\/*", "*:\/\/www.twitter.com\/home", "*:\/\/twitter.com\/*", "*:\/\/www.twitter.com\/home" ], "all_frames": true, "run_at": "document_start" } ], "manifest_version": 2 } |