All Projects → naman03malhotra → Auto Skip For Netflix And Prime

naman03malhotra / Auto Skip For Netflix And Prime

Licence: mit
Auto Skip Intro, Recaps for Netflix and Prime

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Auto Skip For Netflix And Prime

Netflix Proxy
Smart DNS proxy to watch Netflix
Stars: ✭ 3,220 (+14536.36%)
Mutual labels:  netflix
Jekflix Template
A Jekyll theme inspired by Netflix. 🎬
Stars: ✭ 504 (+2190.91%)
Mutual labels:  netflix
Simplemall
基于SpringCloud的微服务架构实战案例项目,以一个简单的购物流程为示例,融合spring cloud 相关组件,如spring-cloud-netflix、swagger等
Stars: ✭ 687 (+3022.73%)
Mutual labels:  netflix
Eureka Js Client
JS implementation of a client for Eureka (https://github.com/Netflix/eureka), the Netflix OSS service registry.
Stars: ✭ 293 (+1231.82%)
Mutual labels:  netflix
Piptool
Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS Sierra
Stars: ✭ 337 (+1431.82%)
Mutual labels:  netflix
Faang
Facebook, Amazon, Apple, Netflix and Google (FAANG) Job preparation.
Stars: ✭ 557 (+2431.82%)
Mutual labels:  netflix
bypass-captcha-examples
Different complex captcha bypass examples: Steam, Netflix, Data Dome, Adobe, etc.
Stars: ✭ 62 (+181.82%)
Mutual labels:  netflix
React Native Netflix
React Native App from my video Course on Youtube
Stars: ✭ 778 (+3436.36%)
Mutual labels:  netflix
Netflix To Srt
Rip, extract and convert subtitles to .srt closed captions from .xml/dfxp/ttml and .vtt/WebVTT (e.g. Netflix, YouTube)
Stars: ✭ 387 (+1659.09%)
Mutual labels:  netflix
Clone Wars
100+ open-source clones of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube etc. See source code, demo links, tech stack, github stars.
Stars: ✭ 12,604 (+57190.91%)
Mutual labels:  netflix
Expo Netflix
Netflix UI Clone with React Native & Expo || web support => https://expo-netflix.vercel.app
Stars: ✭ 297 (+1250%)
Mutual labels:  netflix
Traktflix
Trakt.tv + Netflix = ❤️
Stars: ✭ 331 (+1404.55%)
Mutual labels:  netflix
Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (+2463.64%)
Mutual labels:  netflix
Electronplayer
An Electron Based Web Video Services Player. Supporting Netflix, Youtube, Twitch, Floatplane, Hulu And More
Stars: ✭ 292 (+1227.27%)
Mutual labels:  netflix
One click script
一键安装 trojan v2ray xray. Install v2ray / xray (VLESS) and trojan (trojan-go) script
Stars: ✭ 751 (+3313.64%)
Mutual labels:  netflix
Myflix
Myflix, a Netflix clone!
Stars: ✭ 260 (+1081.82%)
Mutual labels:  netflix
Dnsmasq sniproxy install
One-click Install and Configure Dnsmasq and Sniproxy for CentOS/Debian/Ubuntu
Stars: ✭ 515 (+2240.91%)
Mutual labels:  netflix
Nflxmultisubs
Multiple Subtitles and Enhanced Experiences for Netflix Web App
Stars: ✭ 889 (+3940.91%)
Mutual labels:  netflix
Must Watch Javascript
A useful list of must-watch talks about JavaScript
Stars: ✭ 6,545 (+29650%)
Mutual labels:  netflix
Malsync
Integrates MyAnimeList/AniList/Kitsu/Simkl into various sites, with auto episode tracking.
Stars: ✭ 572 (+2500%)
Mutual labels:  netflix

Auto Skip for Prime and NetFlix (ASPN)

Chrome Web Store Chrome Web Store

Auto Skip Intro, Recaps for Prime and NetFlix

It is very tedious to skip those long intro sequences and recaps on Netflix and Amazon Prime, you have to press the skip button each time.

And those Ads on Amazon prime are so annoying, right? No worries, we have got you covered.

We have a solution for our super lazy user. Now you can:

  • Auto Skips intros and recaps on both Netflix and Prime
  • Auto Skips credits and play next episode on Prime
  • Auto Skips "Continue watching on Netflix"
  • Auto Skips Ads on Prime

Chrome Store Link

https://chrome.google.com/webstore/detail/auto-skip-intro-for-prime/geikbfhmddindncdioecbgpehlhencaj?hl=en&gl=IN

Product Hunt

https://www.producthunt.com/posts/auto-skip-intro-for-netflix-and-prime

Development

clone the repo and run npm run build:dev, make changes and test it in chrome dev mode. I'll be delighted to receive a PR.

npm run build:dev

or

yarn run build:dev

Add your national language (Prime)

So currently Skip Intro, Skip Recap, Next episode skip works for 22 languages supported by prime. But skip Ads in only supported in a few languages, to enable that in your language, I would need your help in translation of the word Skip to your national language.

Please have a look at the file src/utils/i18n.js, and add the respective value against keyword skip_ads in i18nMap.

Please test it in your system, raise a PR and tag me for review. Ping me if you have any doubts.

Analytics

I am pushing few analytics data points for debugging purposes.

Format

{
  event: "Skipped",
  properties: {
    token: "<AuthKey>",
    extensionId: "<Chrome store extension id>",
    distinct_id: "<Chrome store extension id>",
    selector: "<Which element was skipped>",
    type: "<Prime or Netflix>",
    innerTextDatum: "<Inner text of the element>",
    countryCode,
    countryName,
    city
  },
};

The data is totally anonymous, you can also verify the same in the network tab.

Feedback

If you like the extension and it solves your problem please leave a rating and review on the chrom web store. Hit me up at [email protected] to say, Hi!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].