Skip video ads
Skip youtube before-video ads once the 5 seconds is over automatically
Vad är Skip video ads?
Skip video ads är en Chrome-tillägg utvecklad av http://mrgarretto.com, och dess huvudfunktion är "Skip youtube before-video ads once the 5 seconds is over automatically".
Ladda ner Skip video ads-förlängningens CRX-fil
Ladda ner Skip video 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
This extension allows you to automatically skip Youtube's before-video ads automatically after the 5 seconds is over so that you can still support the content creators.
Grundläggande Information om Tillägg
Namn | |
ID | mbiejnlchbmjdjmnoalpfoelnimekocb |
Officiell webbadress | https://chrome.google.com/webstore/detail/skip-video-ads/mbiejnlchbmjdjmnoalpfoelnimekocb |
Beskrivning | Skip youtube before-video ads once the 5 seconds is over automatically |
Filstorlek | 81.02 KB |
Antal Installationer | 28 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-11-07 |
Publiceringsdatum | 2015-11-06 |
Utvecklare | http://mrgarretto.com |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skip video ads", "description": "Skip youtube before-video ads once the 5 seconds is over automatically", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "clickskip.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |