Block the youtube feed
Remove the feeds from youtube and just leave the search bar
Block the youtube feed란 무엇입니까?
Block the youtube feed은(는) TechBore에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove the feeds from youtube and just leave the search bar"입니다.
확장 프로그램 스크린샷
Block the youtube feed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple plugin to remove the recommended feeds from youtube to limit distractions and boost your productivity. Feeds removed: - All of the feeds on the home page. - The recommended videos on a single video page. Caveat: This extension will prevent browsing of hot videos and most tabs in youtube other than searching for and viewing individual videos. Changelog: 1.6.5 - Fixes bug where individual videos in individual channel's tabs were not showing up. - Changes a typo in the description. 1.6.4 - Updates the extension to work with Google's new UI. 1.6.3 - Fixed issue where some youtube tv adds would still popup. 1.6.2 - Remove ads that pop up on youtube to subscribe for a paid account 1.6.1 - Now blocks the recommended videos that occur at the end of a video when you don't have autoplay enabled. Block All the Feeds!!! Or, actually, just the ones that make you want to stay on youtube longer than you want. Support: If you have benefited from this extension, consider buying me a coffee at the following link: buymeacoff.ee/m6nJCHq57
확장 프로그램 기본 정보
이름 | |
ID | cfabedkddcldcdmheehafbdonjbeffdg |
공식 URL | https://chrome.google.com/webstore/detail/block-the-youtube-feed/cfabedkddcldcdmheehafbdonjbeffdg |
설명 | Remove the feeds from youtube and just leave the search bar |
파일 크기 | 6.12 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.6.5 |
최근 업데이트 | 2019-11-14 |
출시 날짜 | 2019-11-14 |
평점 | 4.82/5 총 95 개의 평점 |
개발자 | TechBore |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Block the youtube feed", "description": "Remove the feeds from youtube and just leave the search bar", "icons": { "128": "icon.png" }, "version": "1.6.5", "permissions": [ "tabs", "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "browser_action": { "default_title": "Removed the recommended videos sections", "default_icon": "icon.png" }, "content_scripts": [ { "css": [ "style.css" ], "js": [], "matches": [ "*:\/\/www.youtube.com\/", "*:\/\/www.youtube.com\/watch*", "*:\/\/www.youtube.com\/*", "*:\/\/www.youtube.com\/user*" ], "all_frames": true, "run_at": "document_start" } ], "manifest_version": 2 } |