This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| By using this App, you agree to these Terms. If you do not agree, please do not use the App. | |
| 1. Use of Service | |
| The App allows users to automate content posting, scheduling, and data synchronization across multiple social media platforms. | |
| You must use the App in compliance with all applicable laws, Facebook’s Platform Policy, and Meta’s Developer Terms. | |
| You are solely responsible for any content posted via your connected accounts. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Last Updated: November 2, 2025 | |
| Thank you for using our automation app (“the App”). | |
| This Privacy Policy explains how we collect, use, and protect your information when you use our automation services that connect to Facebook, Instagram, Threads, and other platforms through n8n workflows. | |
| 1. Information We Collect | |
| We may collect the following types of information when you connect your social media accounts: | |
| Public Profile Data: Such as your name, profile picture, and Page ID, as allowed by Facebook’s and Instagram’s APIs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PRIVACY POLICY FOR FIVERR HELPER CHROME EXTENSION | |
| Last Updated: January 2025 | |
| 1. INTRODUCTION | |
| This Privacy Policy describes how Fiverr Helper ("we", "our", or "the extension") handles information when you use our Chrome extension. We are committed to protecting your privacy and being transparent about our practices. | |
| Developer: Arsalan Khan | |
| Website: https://Entry.PK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Privacy Policy - Google Flow Video Automation</title> | |
| <style> | |
| body { | |
| font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; | |
| max-width: 800px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Information We Do NOT Collect | |
| **We do not collect, store, transmit, or share any personal information.** Specifically: | |
| - ❌ No personal identification information | |
| - ❌ No browsing history or web activity | |
| - ❌ No user-generated content or prompts | |
| - ❌ No video files or media content | |
| - ❌ No usage analytics or tracking data | |
| - ❌ No cookies or tracking mechanisms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Privacy Policy for X-Design Video Downloader | |
| Last Updated: September 2, 2025 | |
| This Privacy Policy describes how the X-Design Video Downloader Chrome Extension ("the Extension") handles your data. | |
| 1. Introduction | |
| The X-Design Video Downloader is designed with your privacy in mind. Our single purpose is to help you download videos from x-design.com. We do not collect, store, or transmit any of your personal information. | |
| 2. Data Handling |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .selector { /* Change this to "Selector Name you gave" */ | |
| aspect-ratio: 1200 / 600; /* Give Exact SVG SIZE Here */ | |
| background-color: tomato; | |
| mask-image: url("/* SVG URL */"); /* Change SVG URL Here */ | |
| -webkit-mask-image: url("/* SVG URL also here */"); /* Change SVG URL Here */ | |
| mask-repeat: no-repeat; | |
| -webkit-mask-repeat: no-repeat; | |
| mask-size: 100% auto; /* mask-size: contain; */ | |
| -webkit-mask-size: 100% auto; /* -webkit-mask-size: contain; */ | |
| } |