Youtube Recommend Removal
Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
Youtube Recommend Removal là gì?
Youtube Recommend Removal là một tiện ích mở rộng Chrome được phát triển bởi vector.mic, và tính năng chính của nó là "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!".
Tải xuống tệp CRX của tiện ích mở rộng Youtube Recommend Removal
Tải xuống các tệp mở rộng Youtube Recommend Removal 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
Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dijlhlnapjjambnbnochecfdobionjlf |
URL Chính Thức | https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf |
Mô tả | Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared! |
Kích Thước Tệp | 67.24 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2018-06-13 |
Ngày Phát Hành | 2018-06-13 |
Đánh Giá | 4.79/5 Tổng số 109 Đánh Giá |
Nhà Phát Triển | vector.mic |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sgweb.vn/ |
Ngôn Ngữ Được Hỗ Trợ | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Recommend Removal", "version": "1.0.1", "description": "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!", "manifest_version": 2, "icons": { "16": "images\/sgw-16x16.png", "128": "images\/sgw-128x128.png" }, "background": { "scripts": [ ".\/scripts\/index.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "js": [ ".\/third-party\/jquery-3.3.1.min.js", ".\/scripts\/content.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ "images\/sgw-50x50-bw.png", "images\/sgw-50x50-gray.png" ] } |