AdToast
Youtube AdToast- toasting youtube ads
Was ist AdToast?
AdToast ist eine Chrome-Erweiterung, die von https://www.pie-tube.com entwickelt wurde, und ihr Hauptmerkmal ist "Youtube AdToast- toasting youtube ads".
Erweiterungsscreenshots
AdToast-Erweiterungs-CRX-Datei herunterladen
Laden Sie AdToast-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hbfmfpjhejlnjjfgfjiakfoocohjliic |
| Offizielle URL | https://chromewebstore.google.com/detail/adtoast/hbfmfpjhejlnjjfgfjiakfoocohjliic |
| Beschreibung | Youtube AdToast- toasting youtube ads |
| Dateigröße | 170 KB |
| Installationsanzahl | 88 |
| Aktuelle Version | 1.0.1.4 |
| Letztes Update | 2013-05-26 |
| Veröffentlichungsdatum | 2013-05-26 |
| Bewertung | 4.00/5 Insgesamt 8 Bewertungen |
| Entwickler | https://www.pie-tube.com |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |