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…
Vad är Youtube Ad Skipper?
Youtube Ad Skipper är en Chrome-tillägg utvecklad av Zubair Mohsin, och dess huvudfunktion är "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…".
Ladda ner Youtube Ad Skipper-förlängningens CRX-fil
Ladda ner Youtube Ad Skipper-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
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äggande Information om Tillägg
Namn | |
ID | enihkpojbigcklkiniiknjplcfihheca |
Officiell webbadress | https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca |
Beskrivning | 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… |
Filstorlek | 44.95 KB |
Antal Installationer | 663 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2017-12-22 |
Publiceringsdatum | 2017-12-22 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Zubair Mohsin |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |