NoAdsPlease
No Ads Please extension will help you watching YouTube videos without annoying advertising
What is NoAdsPlease?
NoAdsPlease is a Chrome extension developed by QAProvider, and its main feature is "No Ads Please extension will help you watching YouTube videos without annoying advertising".
Extension Screenshots
Download NoAdsPlease Extension CRX File
Download NoAdsPlease extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- Hide text adverts - Skip video adverts More info: https://noadsplease.com From 22.10.2019 it is fully FREE!
Extension Basic Information
Name | NoAdsPlease |
ID | fgdimckjdalgmlobjacingiiihfpnlnn |
Official URL | https://chromewebstore.google.com/detail/noadsplease/fgdimckjdalgmlobjacingiiihfpnlnn |
Description | No Ads Please extension will help you watching YouTube videos without annoying advertising |
File Size | 129 KB |
Installation Count | 86 |
Current Version | 0.2 |
Last Updated | 2019-10-22 |
Publish Date | 2019-10-22 |
Rating | 4.25/5 Total 4 Ratings |
Developer | QAProvider |
Payment Type | free |
Extension Website | https://noadsplease.com |
Help Page URL | https://noadsplease.com/help |
Supported Languages | 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" } } |