YT Ad Skip
This plugin will skip YouTube ads.
Vad är YT Ad Skip?
YT Ad Skip är en Chrome-tillägg utvecklad av dev.mt877, och dess huvudfunktion är "This plugin will skip YouTube ads.".
Tilläggsskärmbilder
Ladda ner YT Ad Skip-förlängningens CRX-fil
Ladda ner YT Ad Skip-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
YouTubeのオーバーレイ広告を非表示。
スキップ可能な動画広告を自動でスキップします。
Hide YouTube overlay ads.
Automatically skip skippable video ads. Grundläggande Information om Tillägg
| Namn | |
| ID | bohoehddljlgadmcdlccfoikallknnib |
| Officiell webbadress | https://chromewebstore.google.com/detail/yt-ad-skip/bohoehddljlgadmcdlccfoikallknnib |
| Beskrivning | This plugin will skip YouTube ads. |
| Filstorlek | 8.83 KB |
| Antal Installationer | 628 |
| Aktuell Version | 1.3.0 |
| Senast Uppdaterad | 2020-06-18 |
| Publiceringsdatum | 2020-06-17 |
| Betyg | 5.00/5 Totalt 6 Betyg |
| Utvecklare | dev.mt877 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YT Ad Skip",
"version": "1.3.0",
"description": "This plugin will skip YouTube ads.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"yt-ad-skip.js"
]
}
]
} | |