The ultimate key to unlocking unrestricted web access, CORS bypass, and deep data scraping for your Flowork OS Local Apps.
This is the official Chrome Extension component of the Flowork OS Ecosystem.
While the Golang Engine acts as your local offline powerhouse, this extension acts as your absolute "God Mode" gateway. It bridges the gap between your local hardware and the vast web, allowing your Flowork web apps to bypass strict browser security policies effortlessly.
Standard web applications are severely limited by CORS (Cross-Origin Resource Sharing) restrictions, making it nearly impossible to directly scrape or interact with third-party websites from the client side.
This extension shatters those chains by establishing a secure 3-layer communication bridge:
- The Interceptor (
content_injector.js): Listens towindow.postMessagecommands sent by your Flowork OS Web UI. - The Router (
background.js): Catches the injected messages and routes the commands to specialized background modules. - The Executors (Modules): Performs deep web scraping, API fetching, and data extraction as a privileged browser extension (bypassing CORS entirely), then returns the data cleanly to your local P2P Engine.
Out of the box, this extension comes packed with powerful scraping and utility modules:
- πΊ YouTube Deepscan: Extract video metadata, transcripts, and insights.
- π΅ TikTok & TikTok Ads Scraper: Pull trending data and ad analytics.
- π Shopee Checker: Scrape e-commerce product data, store details, and pricing.
- π± WhatsApp Radar: Deep integration and DOM reading for WA Web automation.
- π SEO Checker & Web Auditor: Comprehensive on-page SEO and website health analysis.
- π€ Content Forge & Fake Name Generator: Utility tools for automation testing and data manipulation.
You are completely free to modify, tweak, and expand this extension. Want to build a custom scraper for a new e-commerce site? Need to adjust the scraping logic for TikTok? Go right ahead! This repository is designed to be a flexible, open playground for developers.
To add your own capabilities:
- Create your custom scraper script in the
/modulesor/jsfolder. - Register your new module's listener inside
background.js. - Call it from your Flowork OS Local App via
systemBridge.js.
You can install this directly into your Chrome-based browser (Chrome, Edge, Brave, Arc) locally:
- Clone or Download this repository to your local machine.
- Open your browser and navigate to the extensions page (e.g.,
chrome://extensions/). - Toggle the Developer mode switch in the top right corner to ON.
- Click the Load unpacked button in the top left.
- Select the folder containing this extension (the folder that holds
manifest.json). - Boom! The extension is installed, and Flowork OS now has God Mode access.
This extension is specifically designed to work in tandem with the Flowork OS Engine. It will not function as a standalone product.
If you haven't already, download and run the core engine here: π Flowork OS Main Engine Repository
Built with β€οΈ for the future of Hybrid Computing. Hack the web, safely.