Not Now Youtube
This extension will one-click to hide your youtube recommendations so that you can concentrate on your work.
Not Now Youtube là gì?
Not Now Youtube là một tiện ích mở rộng Chrome được phát triển bởi oasisweng, và tính năng chính của nó là "This extension will one-click to hide your youtube recommendations so that you can concentrate on your work.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Not Now Youtube
Tải xuống các tệp mở rộng Not Now Youtube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Are you tired of clicking into endless recommended videos when you are working? Are you tired of wasting your time in youtube when you can do gym, cook, hang out with your friends and all the rest of the wonderful things in the world? MERRY CHRISTMAS! Here goes the must-have extension for your needs! Recommendation in Youtube is F**king annoying. It makes you procrastinating, it makes you forget what you are supposed to search for. It makes you ignore your girlfriend, it makes you forget your friends. Most viciously, it robs your bedtime. It makes your deadlines overdue. Now, it is time for Youtube Recommendations to LEAVE us ALONE! Cherish your life, stay away from Youtube Recommendations.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mhccheobkmjgkipfgmialdnhfloflnne |
URL Chính Thức | https://chrome.google.com/webstore/detail/not-now-youtube/mhccheobkmjgkipfgmialdnhfloflnne |
Mô tả | This extension will one-click to hide your youtube recommendations so that you can concentrate on your work. |
Kích Thước Tệp | 72.35 KB |
Số Lần Cài Đặt | 341 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2014-12-05 |
Ngày Phát Hành | 2014-12-05 |
Đánh Giá | 3.94/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | oasisweng |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.2", "default_locale": "en", "description": "__MSG_extDesc__", "permissions": [ "tabs", "activeTab", "storage", "*:\/\/*.youtube.com\/*", "webNavigation" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "distraction is removed!" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "hidden-recommendation.css" ], "js": [ "jquery.js", "contentscript.js" ], "run_at": "document_start" } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |