Youtube Ad Skipper
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…
Hvad er Youtube Ad Skipper?
Youtube Ad Skipper er en Chrome-udvidelse udviklet af Zubair Mohsin, og dens hovedfunktion er "Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…".
Download Youtube Ad Skipper-udvidelses-CRX-fil
Download Youtube Ad Skipper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this extension to do it for you. While you are sitting on chair and watching Youtube videos in a comfy way, you don't need to move forward yourself and click on Skip Ad. By installing this app, videos that are skippable, will be skipped automatically. Happy Watching :)
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | enihkpojbigcklkiniiknjplcfihheca |
Officiel URL | https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca |
Beskrivelse | Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this… |
Filstørrelse | 44.95 KB |
Antal Installationer | 663 |
Nuværende Version | 0.1 |
Senest Opdateret | 2017-12-22 |
Udgivelsesdato | 2017-12-22 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | Zubair Mohsin |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Ad Skipper", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "skip_16.png", "48": "skip_48.png", "128": "skip_128.png" } } |