Help
RSS
API
Feed
Maltego
Contact
Domain > bingesnaps.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-07-10
18.173.166.50
(
ClassC
)
2025-08-16
18.155.1.9
(
ClassC
)
2025-08-19
13.35.93.99
(
ClassC
)
2025-12-05
52.85.31.127
(
ClassC
)
2026-01-22
3.163.24.27
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 21717Connection: keep-aliveLast-Modified: Fri, 27 Jun 2025 08:25:31 GMTx-amz-version-id: SqZ8jSxhBabnsIBo_Mr0Mkz_nIaIVlupServer: AmazonS3Date: Thu, 22 Jan 2026 01:04:37 GMTETag: 36e8370698e5acc1d6afb48eca3a7d3eX-Cache: RefreshHit from cloudfrontVia: 1.1 89b24af8db05335e68292856e0a53668.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: eZK4elf7Y3aeLyQirJXJeo6a_OmhM3-9VUFQ40S556kTOcoanl5IeA !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>BingeSnaps - Privacy Policy/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif; line-height: 1.7; color: #1a1a1a; background: #fafafa; font-size: 16px; } .container { max-width: 900px; margin: 0 auto; background: white; box-shadow: 0 0 40px rgba(0,0,0,0.08); min-height: 100vh; } .header { background: #1a1a1a; color: white; padding: 3rem 2rem 2rem; position: relative; overflow: hidden; } .header::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4); background-size: 400% 400%; animation: gradientShift 8s ease infinite; opacity: 0.1; } @keyframes gradientShift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .header-content { position: relative; z-index: 2; } .logo { font-size: 2.2rem; font-weight: 800; margin-bottom: 0.5rem; letter-spacing: -0.02em; } .subtitle { font-size: 1.1rem; opacity: 0.8; font-weight: 300; } .nav-dots { position: absolute; top: 1rem; right: 2rem; display: flex; gap: 0.5rem; } .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.3); } .dot.active { background: #4ecdc4; } .content { padding: 0; } .intro-section { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 2.5rem 2rem; position: relative; } .intro-section::after { content: ; position: absolute; bottom: 0; left: 0; right: 0; height: 20px; background: white; clip-path: polygon(0 20px, 100% 0, 100% 20px, 0 20px); } .intro-text { font-size: 1.1rem; line-height: 1.8; margin-bottom: 1.5rem; } .warning-box { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; padding: 1.5rem; backdrop-filter: blur(10px); } .main-content { padding: 3rem 2rem 2rem; } .section { margin-bottom: 3rem; opacity: 0; transform: translateY(20px); animation: fadeInUp 0.6s ease forwards; } .section:nth-child(1) { animation-delay: 0.1s; } .section:nth-child(2) { animation-delay: 0.2s; } .section:nth-child(3) { animation-delay: 0.3s; } .section:nth-child(4) { animation-delay: 0.4s; } .section:nth-child(5) { animation-delay: 0.5s; } @keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } } .section-number { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: linear-gradient(135deg, #4ecdc4, #44a08d); color: white; border-radius: 50%; font-weight: 700; font-size: 0.9rem; margin-right: 1rem; flex-shrink: 0; } .section-header { display: flex; align-items: center; margin-bottom: 1.5rem; } .section-title { font-size: 1.4rem; font-weight: 700; color: #2c3e50; line-height: 1.3; } .section-content p { margin-bottom: 1.2rem; color: #4a5568; } .section-content ul { margin: 1.5rem 0; padding-left: 0; list-style: none; } .section-content li { position: relative; padding-left: 2rem; margin-bottom: 1rem; color: #4a5568; } .section-content li::before { content: →; position: absolute; left: 0; color: #4ecdc4; font-weight: bold; font-size: 1.2rem; } .highlight-card { background: linear-gradient(135deg, #ffeaa7, #fab1a0); border-radius: 16px; padding: 2rem; margin: 2rem 0; position: relative; overflow: hidden; } .highlight-card::before { content: ⚠️; position: absolute; top: 1rem; right: 1rem; font-size: 1.5rem; } .highlight-card p { color: #2d3436; font-weight: 500; margin: 0; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; margin: 2rem 0; } .service-card { background: linear-gradient(135deg, #a8edea, #fed6e3); border-radius: 12px; padding: 1rem; text-align: center; font-weight: 600; color: #2d3436; font-size: 0.9rem; transition: transform 0.2s ease, box-shadow 0.2s ease; } .service-card:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); } .info-card { background: #f8f9ff; border: 2px solid #e6e8ff; border-radius: 16px; padding: 2rem; margin: 2rem 0; position: relative; } .info-card::before { content: ℹ️; position: absolute; top: 1rem; right: 1rem; font-size: 1.3rem; } .contact-section { background: linear-gradient(135deg, #2d3436, #636e72); color: white; padding: 3rem 2rem; margin-top: 3rem; position: relative; } .contact-section::before { content: ; position: absolute; top: 0; left: 0; right: 0; height: 20px; background: white; clip-path: polygon(0 0, 100% 20px, 100% 0); } .contact-title { font-size: 1.8rem; font-weight: 700; margin-bottom: 1rem; display: flex; align-items: center; gap: 1rem; } .contact-title::before { content: 📧; font-size: 2rem; } .email-link { color: #4ecdc4; text-decoration: none; font-weight: 600; font-size: 1.1rem; padding: 0.5rem 1rem; border: 2px solid #4ecdc4; border-radius: 25px; display: inline-block; margin-top: 1rem; transition: all 0.3s ease; } .email-link:hover { background: #4ecdc4; color: white; transform: translateY(-2px); } .footer { background: #1a1a1a; color: white; text-align: center; padding: 2rem; } .footer-text { opacity: 0.7; font-size: 0.9rem; } .scroll-indicator { position: fixed; top: 0; left: 0; height: 4px; background: linear-gradient(90deg, #4ecdc4, #44a08d); z-index: 1000; transition: width 0.3s ease; } @media (max-width: 768px) { .header { padding: 2rem 1.5rem 1.5rem; } .logo { font-size: 1.8rem; } .nav-dots { top: 1rem; right: 1.5rem; } .intro-section { padding: 2rem 1.5rem; } .main-content { padding: 2rem 1.5rem; } .section-title { font-size: 1.2rem; } .services-grid { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 0.8rem; } .contact-section { padding: 2rem 1.5rem; } .contact-title { font-size: 1.5rem; } } @media (max-width: 480px) { .section-header { flex-direction: column; align-items: flex-start; gap: 0.5rem; } .section-number { margin-right: 0; } .highlight-card, .info-card { padding: 1.5rem; } } /style>/head>body> div classscroll-indicator idscrollIndicator>/div> div classcontainer> header classheader> div classheader-content> h1 classlogo>BingeSnaps/h1> p classsubtitle>Privacy Policy & Data Protection/p> /div> /header> section classintro-section> p classintro-text> strong>Welcome to BingeSnaps Privacy Policy./strong> Were committed to protecting your privacy and being transparent about how we collect, use, and share your personal information. This policy covers all current and future versions of our app and services. /p> div classwarning-box> p>strong>Important:/strong> By using our Services, you agree to this Privacy Policy. If you dont agree with any part of this policy, please discontinue using our services. Some features may not be available if you choose not to share certain information./p> /div> /section> main classcontent> div classmain-content> section classsection> div classsection-header> div classsection-number>1/div> h2 classsection-title>Personal Data We Collect/h2> /div> div classsection-content> p>We collect different types of information depending on how you interact with BingeSnaps:/p> ul> li>strong>Direct Information:/strong> Feedback, survey responses, and other data you provide/li> li>strong>Device & Usage Data:/strong> Device model, OS, language, app version, screen resolution, advertising IDs, IP address, and usage patterns/li> li>strong>Log & Event Data:/strong> Access times, clicks, searches, errors, and session events/li> li>strong>Location Information:/strong> Derived from IP address or GPS (with your permission)/li> /ul> div classinfo-card> p>strong>Note:/strong> Some information may be considered sensitive personal data depending on your location (e.g., advertising ID, IP address, location data)./p> /div> /div> /section> section classsection> div classsection-header> div classsection-number>2/div> h2 classsection-title>How We Use Your Information/h2> /div> div classsection-content> p>Your personal data helps us provide and improve our services:/p> ul> li>Provide and enhance our Services/li> li>Personalize content and recommendations/li> li>Deliver relevant ads and promotional content/li> li>Analyze usage patterns and improve functionality/li> li>Detect and prevent fraud, abuse, or security issues/li> li>Comply with legal requirements and enforce our Terms/li> /ul> p>We may also use anonymized or aggregated data for analytics and research purposes./p> /div> /section> section classsection> div classsection-header> div classsection-number>3/div> h2 classsection-title>Cookies & Tracking/h2> /div> div classsection-content> p>We use cookies and similar technologies (web beacons, SDKs) to:/p> ul> li>Remember your preferences and settings/li> li>Analyze app usage patterns/li> li>Improve performance and features/li> li>Deliver personalized advertisements/li> /ul> p>You can manage these settings through your device preferences or opt out of personalized ads through your devices advertising settings./p> /div> /section> section classsection> div classsection-header> div classsection-number>4/div> h2 classsection-title>Information Sharing/h2> /div> div classsection-content> div classhighlight-card> p>strong>We do not sell your personal data./strong> We only share information in specific circumstances outlined below./p> /div> p>We may share your information when:/p> ul> li>Working with service providers (cloud hosting, analytics, support)/li> li>Partnering with advertising and analytics companies/li> li>Required by law or legal processes/li> li>During business transfers (mergers, acquisitions)/li> li>You give us explicit consent/li> /ul> p>All partners must comply with applicable privacy and security requirements./p> /div> /section> section classsection> div classsection-header> div classsection-number>5/div> h2 classsection-title>Third-Party Services/h2> /div> div classsection-content> p>BingeSnaps integrates with third-party services for advertising, analytics, and functionality. These services may collect device information, IP addresses, ad interactions, and usage data./p> p>strong>Third-party services we work with:/strong>/p> div classservices-grid> div classservice-card>Google Play Services/div> div classservice-card>AdMob/div> div classservice-card>Firebase Analytics/div> div classservice-card>Firebase Crashlytics/div> div classservice-card>TopOn/div> div classservice-card>Pangle/div> div classservice-card>AppLovin/div> div classservice-card>Mintegral/div> div classservice-card>AdColony/div> div classservice-card>Unity Ads/div> /div> div classinfo-card> p>strong>Important:/strong> Were not responsible for the privacy practices of these external services. Please review their privacy policies for details on data handling./p> /div> /div> /section> section classsection> div classsection-header> div classsection-number>6/div> h2 classsection-title>Data Retention & Security/h2> /div> div classsection-content> p>We keep your personal data only as long as necessary for the purposes outlined in this policy or as required by law. We use multiple layers of security including administrative, technical, and physical safeguards to protect your information./p> div classhighlight-card> p>strong>Security Notice:/strong> While we implement strong security measures, no online system is 100% secure. Please keep your login credentials safe./p> /div> /div> /section> section classsection> div classsection-header> div classsection-number>7/div> h2 classsection-title>Childrens Privacy/h2> /div> div classsection-content> p>Our Services are not designed for users under 13 years old (or the minimum age in your jurisdiction). We dont knowingly collect personal data from children. If we discover weve collected such data without proper consent, well delete it immediately./p> /div> /section> section classsection> div classsection-header> div classsection-number>8/div> h2 classsection-title>Your Rights & Choices/h2> /div> div classsection-content> p>Depending on your location, you may have the following rights:/p> ul> li>Access your personal data/li> li>Request corrections or deletions/li> li>Opt out of certain data uses (like personalized ads)/li> li>Withdraw consent/li> /ul> p>You can manage your settings within the app or contact us directly to exercise these rights./p> /div> /section> section classsection> div classsection-header> div classsection-number>9/div> h2 classsection-title>Policy Updates/h2> /div> div classsection-content> p>We may update this Privacy Policy periodically. For material changes, well notify you through the app, email, or other appropriate means. Continued use of our Services after updates means you accept the revised policy./p> /div> /section> /div> /main> section classcontact-section> h2 classcontact-title>Get in Touch/h2> p>Have questions about this Privacy Policy or our data practices? Were here to help./p> a hrefmailto:esaikh02@gmail.com classemail-link>esaikh02@gmail.com/a> /section> footer classfooter> p classfooter-text>© 2025 BingeSnaps. All rights reserved./p> p classfooter-text>Last updated: December 2025/p> /footer> /div> script> // Scroll indicator window.addEventListener(scroll, () > { const scrolled (window.scrollY / (document.documentElement.scrollHeight - window.innerHeight)) * 100; document.getElementById(scrollIndicator).style.width scrolled + %; }); // Smooth scroll for better mobile experience document.documentElement.sty
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 21717Connection: keep-aliveLast-Modified: Fri, 27 Jun 2025 08:25:31 GMTx-amz-version-id: SqZ8jSxhBabnsIBo_Mr0Mkz_nIaIVlupServer: AmazonS3Date: Thu, 22 Jan 2026 01:04:37 GMTETag: 36e8370698e5acc1d6afb48eca3a7d3eX-Cache: Hit from cloudfrontVia: 1.1 bafc250db6f7cbd43d1e23b2a31d8002.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: NEZfhVFLNFaiSOGAOfTYTejZGJY_du-z95sryREuu-Ctwr95wVfNRQ !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>BingeSnaps - Privacy Policy/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif; line-height: 1.7; color: #1a1a1a; background: #fafafa; font-size: 16px; } .container { max-width: 900px; margin: 0 auto; background: white; box-shadow: 0 0 40px rgba(0,0,0,0.08); min-height: 100vh; } .header { background: #1a1a1a; color: white; padding: 3rem 2rem 2rem; position: relative; overflow: hidden; } .header::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4); background-size: 400% 400%; animation: gradientShift 8s ease infinite; opacity: 0.1; } @keyframes gradientShift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .header-content { position: relative; z-index: 2; } .logo { font-size: 2.2rem; font-weight: 800; margin-bottom: 0.5rem; letter-spacing: -0.02em; } .subtitle { font-size: 1.1rem; opacity: 0.8; font-weight: 300; } .nav-dots { position: absolute; top: 1rem; right: 2rem; display: flex; gap: 0.5rem; } .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.3); } .dot.active { background: #4ecdc4; } .content { padding: 0; } .intro-section { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 2.5rem 2rem; position: relative; } .intro-section::after { content: ; position: absolute; bottom: 0; left: 0; right: 0; height: 20px; background: white; clip-path: polygon(0 20px, 100% 0, 100% 20px, 0 20px); } .intro-text { font-size: 1.1rem; line-height: 1.8; margin-bottom: 1.5rem; } .warning-box { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; padding: 1.5rem; backdrop-filter: blur(10px); } .main-content { padding: 3rem 2rem 2rem; } .section { margin-bottom: 3rem; opacity: 0; transform: translateY(20px); animation: fadeInUp 0.6s ease forwards; } .section:nth-child(1) { animation-delay: 0.1s; } .section:nth-child(2) { animation-delay: 0.2s; } .section:nth-child(3) { animation-delay: 0.3s; } .section:nth-child(4) { animation-delay: 0.4s; } .section:nth-child(5) { animation-delay: 0.5s; } @keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } } .section-number { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: linear-gradient(135deg, #4ecdc4, #44a08d); color: white; border-radius: 50%; font-weight: 700; font-size: 0.9rem; margin-right: 1rem; flex-shrink: 0; } .section-header { display: flex; align-items: center; margin-bottom: 1.5rem; } .section-title { font-size: 1.4rem; font-weight: 700; color: #2c3e50; line-height: 1.3; } .section-content p { margin-bottom: 1.2rem; color: #4a5568; } .section-content ul { margin: 1.5rem 0; padding-left: 0; list-style: none; } .section-content li { position: relative; padding-left: 2rem; margin-bottom: 1rem; color: #4a5568; } .section-content li::before { content: →; position: absolute; left: 0; color: #4ecdc4; font-weight: bold; font-size: 1.2rem; } .highlight-card { background: linear-gradient(135deg, #ffeaa7, #fab1a0); border-radius: 16px; padding: 2rem; margin: 2rem 0; position: relative; overflow: hidden; } .highlight-card::before { content: ⚠️; position: absolute; top: 1rem; right: 1rem; font-size: 1.5rem; } .highlight-card p { color: #2d3436; font-weight: 500; margin: 0; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; margin: 2rem 0; } .service-card { background: linear-gradient(135deg, #a8edea, #fed6e3); border-radius: 12px; padding: 1rem; text-align: center; font-weight: 600; color: #2d3436; font-size: 0.9rem; transition: transform 0.2s ease, box-shadow 0.2s ease; } .service-card:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); } .info-card { background: #f8f9ff; border: 2px solid #e6e8ff; border-radius: 16px; padding: 2rem; margin: 2rem 0; position: relative; } .info-card::before { content: ℹ️; position: absolute; top: 1rem; right: 1rem; font-size: 1.3rem; } .contact-section { background: linear-gradient(135deg, #2d3436, #636e72); color: white; padding: 3rem 2rem; margin-top: 3rem; position: relative; } .contact-section::before { content: ; position: absolute; top: 0; left: 0; right: 0; height: 20px; background: white; clip-path: polygon(0 0, 100% 20px, 100% 0); } .contact-title { font-size: 1.8rem; font-weight: 700; margin-bottom: 1rem; display: flex; align-items: center; gap: 1rem; } .contact-title::before { content: 📧; font-size: 2rem; } .email-link { color: #4ecdc4; text-decoration: none; font-weight: 600; font-size: 1.1rem; padding: 0.5rem 1rem; border: 2px solid #4ecdc4; border-radius: 25px; display: inline-block; margin-top: 1rem; transition: all 0.3s ease; } .email-link:hover { background: #4ecdc4; color: white; transform: translateY(-2px); } .footer { background: #1a1a1a; color: white; text-align: center; padding: 2rem; } .footer-text { opacity: 0.7; font-size: 0.9rem; } .scroll-indicator { position: fixed; top: 0; left: 0; height: 4px; background: linear-gradient(90deg, #4ecdc4, #44a08d); z-index: 1000; transition: width 0.3s ease; } @media (max-width: 768px) { .header { padding: 2rem 1.5rem 1.5rem; } .logo { font-size: 1.8rem; } .nav-dots { top: 1rem; right: 1.5rem; } .intro-section { padding: 2rem 1.5rem; } .main-content { padding: 2rem 1.5rem; } .section-title { font-size: 1.2rem; } .services-grid { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 0.8rem; } .contact-section { padding: 2rem 1.5rem; } .contact-title { font-size: 1.5rem; } } @media (max-width: 480px) { .section-header { flex-direction: column; align-items: flex-start; gap: 0.5rem; } .section-number { margin-right: 0; } .highlight-card, .info-card { padding: 1.5rem; } } /style>/head>body> div classscroll-indicator idscrollIndicator>/div> div classcontainer> header classheader> div classheader-content> h1 classlogo>BingeSnaps/h1> p classsubtitle>Privacy Policy & Data Protection/p> /div> /header> section classintro-section> p classintro-text> strong>Welcome to BingeSnaps Privacy Policy./strong> Were committed to protecting your privacy and being transparent about how we collect, use, and share your personal information. This policy covers all current and future versions of our app and services. /p> div classwarning-box> p>strong>Important:/strong> By using our Services, you agree to this Privacy Policy. If you dont agree with any part of this policy, please discontinue using our services. Some features may not be available if you choose not to share certain information./p> /div> /section> main classcontent> div classmain-content> section classsection> div classsection-header> div classsection-number>1/div> h2 classsection-title>Personal Data We Collect/h2> /div> div classsection-content> p>We collect different types of information depending on how you interact with BingeSnaps:/p> ul> li>strong>Direct Information:/strong> Feedback, survey responses, and other data you provide/li> li>strong>Device & Usage Data:/strong> Device model, OS, language, app version, screen resolution, advertising IDs, IP address, and usage patterns/li> li>strong>Log & Event Data:/strong> Access times, clicks, searches, errors, and session events/li> li>strong>Location Information:/strong> Derived from IP address or GPS (with your permission)/li> /ul> div classinfo-card> p>strong>Note:/strong> Some information may be considered sensitive personal data depending on your location (e.g., advertising ID, IP address, location data)./p> /div> /div> /section> section classsection> div classsection-header> div classsection-number>2/div> h2 classsection-title>How We Use Your Information/h2> /div> div classsection-content> p>Your personal data helps us provide and improve our services:/p> ul> li>Provide and enhance our Services/li> li>Personalize content and recommendations/li> li>Deliver relevant ads and promotional content/li> li>Analyze usage patterns and improve functionality/li> li>Detect and prevent fraud, abuse, or security issues/li> li>Comply with legal requirements and enforce our Terms/li> /ul> p>We may also use anonymized or aggregated data for analytics and research purposes./p> /div> /section> section classsection> div classsection-header> div classsection-number>3/div> h2 classsection-title>Cookies & Tracking/h2> /div> div classsection-content> p>We use cookies and similar technologies (web beacons, SDKs) to:/p> ul> li>Remember your preferences and settings/li> li>Analyze app usage patterns/li> li>Improve performance and features/li> li>Deliver personalized advertisements/li> /ul> p>You can manage these settings through your device preferences or opt out of personalized ads through your devices advertising settings./p> /div> /section> section classsection> div classsection-header> div classsection-number>4/div> h2 classsection-title>Information Sharing/h2> /div> div classsection-content> div classhighlight-card> p>strong>We do not sell your personal data./strong> We only share information in specific circumstances outlined below./p> /div> p>We may share your information when:/p> ul> li>Working with service providers (cloud hosting, analytics, support)/li> li>Partnering with advertising and analytics companies/li> li>Required by law or legal processes/li> li>During business transfers (mergers, acquisitions)/li> li>You give us explicit consent/li> /ul> p>All partners must comply with applicable privacy and security requirements./p> /div> /section> section classsection> div classsection-header> div classsection-number>5/div> h2 classsection-title>Third-Party Services/h2> /div> div classsection-content> p>BingeSnaps integrates with third-party services for advertising, analytics, and functionality. These services may collect device information, IP addresses, ad interactions, and usage data./p> p>strong>Third-party services we work with:/strong>/p> div classservices-grid> div classservice-card>Google Play Services/div> div classservice-card>AdMob/div> div classservice-card>Firebase Analytics/div> div classservice-card>Firebase Crashlytics/div> div classservice-card>TopOn/div> div classservice-card>Pangle/div> div classservice-card>AppLovin/div> div classservice-card>Mintegral/div> div classservice-card>AdColony/div> div classservice-card>Unity Ads/div> /div> div classinfo-card> p>strong>Important:/strong> Were not responsible for the privacy practices of these external services. Please review their privacy policies for details on data handling./p> /div> /div> /section> section classsection> div classsection-header> div classsection-number>6/div> h2 classsection-title>Data Retention & Security/h2> /div> div classsection-content> p>We keep your personal data only as long as necessary for the purposes outlined in this policy or as required by law. We use multiple layers of security including administrative, technical, and physical safeguards to protect your information./p> div classhighlight-card> p>strong>Security Notice:/strong> While we implement strong security measures, no online system is 100% secure. Please keep your login credentials safe./p> /div> /div> /section> section classsection> div classsection-header> div classsection-number>7/div> h2 classsection-title>Childrens Privacy/h2> /div> div classsection-content> p>Our Services are not designed for users under 13 years old (or the minimum age in your jurisdiction). We dont knowingly collect personal data from children. If we discover weve collected such data without proper consent, well delete it immediately./p> /div> /section> section classsection> div classsection-header> div classsection-number>8/div> h2 classsection-title>Your Rights & Choices/h2> /div> div classsection-content> p>Depending on your location, you may have the following rights:/p> ul> li>Access your personal data/li> li>Request corrections or deletions/li> li>Opt out of certain data uses (like personalized ads)/li> li>Withdraw consent/li> /ul> p>You can manage your settings within the app or contact us directly to exercise these rights./p> /div> /section> section classsection> div classsection-header> div classsection-number>9/div> h2 classsection-title>Policy Updates/h2> /div> div classsection-content> p>We may update this Privacy Policy periodically. For material changes, well notify you through the app, email, or other appropriate means. Continued use of our Services after updates means you accept the revised policy./p> /div> /section> /div> /main> section classcontact-section> h2 classcontact-title>Get in Touch/h2> p>Have questions about this Privacy Policy or our data practices? Were here to help./p> a hrefmailto:esaikh02@gmail.com classemail-link>esaikh02@gmail.com/a> /section> footer classfooter> p classfooter-text>© 2025 BingeSnaps. All rights reserved./p> p classfooter-text>Last updated: December 2025/p> /footer> /div> script> // Scroll indicator window.addEventListener(scroll, () > { const scrolled (window.scrollY / (document.documentElement.scrollHeight - window.innerHeight)) * 100; document.getElementById(scrollIndicator).style.width scrolled + %; }); // Smooth scroll for better mobile experience document.documentElement.sty
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]