Skip Ads
Automatically clicks on the 'Skip Ads' button that shows within Youtube™ videos
Vad är Skip Ads?
Skip Ads är en Chrome-tillägg utvecklad av Stavros Ioannidis, och dess huvudfunktion är "Automatically clicks on the 'Skip Ads' button that shows within Youtube™ videos".
Tilläggsskärmbilder
Ladda ner Skip Ads-förlängningens CRX-fil
Ladda ner Skip Ads-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
Automatically clicks on the 'Skip Ads' button within Youtube™ videos.
Details:
- Works on the latest silent ads, which are not blocked by popular ad blocker extensions.
- Clicks the 'Skip Ads' button in less than 1 sec.
- Only works on youtube.com.
- Just install it and the auto-clicking is enabled. No configuration needed.
- Does not work on non-skippable ads.
Enjoy uninterrupted music!
*** NEW UPDATES ***
🔥 Version 1.1
- Update after Youtube renamed their button class on 11/11/2023. Grundläggande Information om Tillägg
| Namn | |
| ID | bjoabfoeadbgfbapkaipehdneonhkklf |
| Officiell webbadress | https://chromewebstore.google.com/detail/skip-ads/bjoabfoeadbgfbapkaipehdneonhkklf |
| Beskrivning | Automatically clicks on the 'Skip Ads' button that shows within Youtube™ videos |
| Filstorlek | 13.86 KB |
| Antal Installationer | 10,000 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2023-11-14 |
| Publiceringsdatum | 2020-06-24 |
| Betyg | 4.13/5 Totalt 15 Betyg |
| Utvecklare | Stavros Ioannidis |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Skip Ads",
"version": "1.1",
"description": "Automatically clicks on the 'Skip Ads' button that shows within Youtube\u2122 videos",
"permissions": [],
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 2
} | |