AdToast
Youtube AdToast- toasting youtube ads
What is AdToast?
AdToast is a Chrome extension developed by https://www.pie-tube.com, and its main feature is "Youtube AdToast- toasting youtube ads".
Extension Screenshots
Download AdToast Extension CRX File
Download AdToast 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
Youtube ad blocker - block youtube ads. Blocking youtube ads while watching videos, even if you are watching a playlist. We believe the ads in YouTube have changed the viewer experience and are destroying the very foundations of what made YouTube so great in the first place. http://www.ad-toast.com - Youtube ad blocker, blocking youtube ads. Visit http://www.pie-tube.com to upload/download videos from youtube
Extension Basic Information
Name | AdToast |
ID | hbfmfpjhejlnjjfgfjiakfoocohjliic |
Official URL | https://chromewebstore.google.com/detail/adtoast/hbfmfpjhejlnjjfgfjiakfoocohjliic |
Description | Youtube AdToast- toasting youtube ads |
File Size | 170 KB |
Installation Count | 88 |
Current Version | 1.0.1.4 |
Last Updated | 2013-05-26 |
Publish Date | 2013-05-26 |
Rating | 4.00/5 Total 8 Ratings |
Developer | https://www.pie-tube.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AdToast", "description": "Youtube AdToast- toasting youtube ads", "version": "1.0.1.4", "manifest_version": 2, "icons": { "16": "icon_16.png", "32": "icon_32.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "jquery.js", "pieblock-min.js" ] } ] } |