NoAdsPlease
No Ads Please extension will help you watching YouTube videos without annoying advertising
NoAdsPlease là gì?
NoAdsPlease là một tiện ích mở rộng Chrome được phát triển bởi QAProvider, và tính năng chính của nó là "No Ads Please extension will help you watching YouTube videos without annoying advertising".
Ả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 NoAdsPlease
Tải xuống các tệp mở rộng NoAdsPlease 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
- Hide text adverts - Skip video adverts More info: https://noadsplease.com From 22.10.2019 it is fully FREE!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NoAdsPlease |
ID | fgdimckjdalgmlobjacingiiihfpnlnn |
URL Chính Thức | https://chromewebstore.google.com/detail/noadsplease/fgdimckjdalgmlobjacingiiihfpnlnn |
Mô tả | No Ads Please extension will help you watching YouTube videos without annoying advertising |
Kích Thước Tệp | 129 KB |
Số Lần Cài Đặt | 86 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2019-10-22 |
Ngày Phát Hành | 2019-10-22 |
Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | QAProvider |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://noadsplease.com |
URL Trang Trợ Giúp | https://noadsplease.com/help |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NoAdsPlease", "version": "0.2", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js", "eventPages.js" ], "persistent": false }, "permissions": [ "https:\/\/*.youtube.com\/*", "*:\/\/*.noadsplease.com\/*", "activeTab", "storage" ], "description": "No Ads Please extension will help you watching YouTube videos without annoying advertising", "icons": { "128": "mynoads.png" }, "browser_action": { "default_icon": "mynoads.png", "default_popup": "popup.html" } } |