SkipAds
Utility to skip ad automatically
Vad är SkipAds?
SkipAds är en Chrome-tillägg utvecklad av Aman A. Agarwal, och dess huvudfunktion är "Utility to skip ad automatically".
Ladda ner SkipAds-förlängningens CRX-fil
Ladda ner SkipAds-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
- Use this extension to automatically skip ads on Youtube. It just works. - Detects a Youtube webpage and only then works in the background. - Also added is a mute feature which mutes the ads and unmutes when the video playback resumes to give you uninterrupted experience - Support for other streaming services like Saavn, Gaana, etc. to roll out in future, so stay tuned. **Bug Fixes** - Now works without any need for reload.
Grundläggande Information om Tillägg
Namn | |
ID | fmkjadgnhcdgdgllhfdimhgocdienbdm |
Officiell webbadress | https://chrome.google.com/webstore/detail/skipads/fmkjadgnhcdgdgllhfdimhgocdienbdm |
Beskrivning | Utility to skip ad automatically |
Filstorlek | 20.26 KB |
Antal Installationer | 118 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2018-07-26 |
Publiceringsdatum | 2018-07-26 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Aman A. Agarwal |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SkipAds", "short_name": "SkipAds", "description": "Utility to skip ad automatically", "manifest_version": 2, "version": "0.3", "author": "Aman A. Agarwal", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "main.js" ], "run_at": "document_end", "all_frames": true } ] } |