{"id":47728437,"url":"https://github.com/bibywupeng-git/xiaohongshu-video-parser-extension","last_synced_at":"2026-04-02T21:03:34.850Z","repository":{"id":344962604,"uuid":"1182832904","full_name":"bibywupeng-git/xiaohongshu-video-parser-extension","owner":"bibywupeng-git","description":"A lightweight Chrome extension for sending Xiaohongshu video links to GrabClip for analysis, where users can view parsed results and download watermark-free videos.","archived":false,"fork":false,"pushed_at":"2026-03-17T02:34:52.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-17T14:22:52.749Z","etag":null,"topics":["grabclip","rednote","rednote-downloader","video-parser","watermark-free","xiaohongshu-downloader"],"latest_commit_sha":null,"homepage":"https://grabclip.com/xiaohongshu","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bibywupeng-git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-16T02:08:27.000Z","updated_at":"2026-03-17T13:14:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bibywupeng-git/xiaohongshu-video-parser-extension","commit_stats":null,"previous_names":["bibywupeng-git/xiaohongshu-video-parser-extension"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bibywupeng-git/xiaohongshu-video-parser-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibywupeng-git%2Fxiaohongshu-video-parser-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibywupeng-git%2Fxiaohongshu-video-parser-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibywupeng-git%2Fxiaohongshu-video-parser-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibywupeng-git%2Fxiaohongshu-video-parser-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bibywupeng-git","download_url":"https://codeload.github.com/bibywupeng-git/xiaohongshu-video-parser-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibywupeng-git%2Fxiaohongshu-video-parser-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31316134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["grabclip","rednote","rednote-downloader","video-parser","watermark-free","xiaohongshu-downloader"],"created_at":"2026-04-02T21:03:33.967Z","updated_at":"2026-04-02T21:03:34.840Z","avatar_url":"https://github.com/bibywupeng-git.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xiaohongshu Video Parser Extension (Chrome)\n\nA lightweight, open-source Chrome extension that helps users send Xiaohongshu video page URLs to GrabClip for link analysis, parsed result viewing, and optional watermark-free video download.\n\n[![Chrome Web Store](https://img.shields.io/badge/Chrome%20Web%20Store-Available-4285F4?logo=googlechrome\u0026logoColor=white)](https://chromewebstore.google.com/detail/xiaohongshu-video-parser/gjmfhcacjdcdohchonnhhigohehioikg)\n\nThis project is designed with a minimal architecture and a clear separation between the browser extension and the web-based processing workflow.\n\n## Introduction\n\nThis Chrome extension helps users work more efficiently with Xiaohongshu video pages by extracting the current page URL and sending it to GrabClip.\n\nOn GrabClip, users can analyze the video link, view the parsed result, and choose whether to download the watermark-free video.\n\nThe extension itself does not download or process media files locally.\nIt serves as a lightweight bridge between Xiaohongshu video pages and the GrabClip web-based parsing workflow.\n\nThe goal of this project is to provide a clean, permission-minimized browser extension architecture for Xiaohongshu video link analysis and download workflows.\n\n## Features\n\n- Parse Xiaohongshu video page URLs\n- Send the current Xiaohongshu video page URL to GrabClip\n- Open a new tab to the GrabClip parsing page\n- Support user-triggered actions from both:\n  - the browser toolbar icon\n  - the contextual button injected into supported Xiaohongshu pages\n- Let users analyze video links on GrabClip\n- Let users view parsed results on GrabClip\n- Let users choose to download watermark-free videos on GrabClip\n- Minimal permissions and lightweight implementation\n- Clear separation between extension logic and web processing\n- No local storage of user data or browsing history\n\n## Installation\n\n### Manual Installation (Developer Mode)\n\nThis extension can be installed locally for development or evaluation purposes:\n\n1. Download this repository (Click **Code** → **Download ZIP**) and unzip it.\n2. Open Chrome and navigate to `chrome://extensions/`\n3. Enable **Developer mode** (top right)\n4. Click **Load unpacked**\n5. Select the unzipped project folder\n6. The extension will appear in your browser toolbar\n\n## Usage\n\n1. Open any supported Xiaohongshu video page in your browser.\n\n2. Start the parsing process in either of the following ways:\n\n   - Click the extension icon in the browser toolbar, or\n   - Click the parse button added by the extension directly on the Xiaohongshu page\n\n3. The extension will automatically open a new tab to the GrabClip Xiaohongshu parsing page.\n\n4. On that page, GrabClip will analyze the video link, display the parsed result, and allow the user to choose whether to download the watermark-free video.\n\nThe extension serves as a convenient entry point from Xiaohongshu, while link analysis, result display, and download options are provided on GrabClip.\n\n## Notes\n\n- The extension only activates on supported Xiaohongshu pages\n- No media files are downloaded or processed directly by the extension\n- Video link analysis, parsed result display, and optional watermark-free video download are handled on GrabClip\n- The extension does not track or store personal data\n- If Xiaohongshu changes its page structure, selectors may need to be updated\n\n## Project Structure\n\n```text\nxiaohongshu-video-parser-extension/\n├── analyzers/              # Parsing logic modules\n├── background.js           # Background service worker\n├── content.js              # Injects parse button into Xiaohongshu pages\n├── icons/                  # Extension icons\n├── _locales/               # Internationalization messages\n├── manifest.json           # Chrome extension configuration\n└── README.md               # Project documentation\n```\n## Privacy Policy\n\nThis project respects user privacy.\n\n- No personal data is collected or stored\n- No browsing history is tracked\n- The extension operates only on supported video pages\n- Processing is triggered only by explicit user interaction\n\nFor more details, please review the Privacy Policy:\n\n`https://www.grabclip.com/privacy_policy`\n\n## Contributing\n\nContributions are welcome and appreciated.\n\nIf you’d like to contribute to this project, please follow these steps:\n\n1. Fork the repository\n\n2. Create a new branch:\n\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Make your changes\n\n4. Commit your changes with a clear message\n\n5. Push your branch to your fork\n\n6. Open a Pull Request\n\nSuggested contribution areas include:\n\n- Code improvements and refactoring\n- Bug fixes\n- Documentation updates\n- Localization and translations\n\n## License\n\nThis project is licensed under the MIT License.  \nSee the `LICENSE` file for details.\n\n## Disclaimer\n\nThis project is not affiliated with, endorsed by, or sponsored by Xiaohongshu.\n\nIt is intended for educational and technical demonstration purposes only. Users are responsible for ensuring compliance with applicable laws and platform terms of service.\n\n## About\n\nA lightweight Chrome extension that sends Xiaohongshu video page URLs to GrabClip for link analysis, parsed result viewing, and optional watermark-free video download.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbibywupeng-git%2Fxiaohongshu-video-parser-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbibywupeng-git%2Fxiaohongshu-video-parser-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbibywupeng-git%2Fxiaohongshu-video-parser-extension/lists"}