A Chrome extension that detects llms.txt and llms-full.txt files on websites, similar to RSS detectors.
- π Automatically detects
llms.txtandllms-full.txtfiles on any website - π― Shows badge notification when files are found
- π Clean popup interface displaying found files
- π Direct links to open the detected files
- π Refresh functionality to re-check files
- π¨ Modern, responsive UI design
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension folder
- The extension will appear in your toolbar
Coming soon - this extension can be published to the Chrome Web Store
- Visit any website
- Click the LLMs.txt Radar icon in your toolbar
- The extension will automatically check for:
/llms.txt/llms-full.txt
- Found files will be displayed with direct links
- Badge notification shows the number of files found
The extension uses multiple detection methods:
- Content Script Detection: Runs on every page load to check for files
- Popup Detection: Manual checking when you open the popup
- CORS Handling: Falls back to content script when direct requests are blocked
- Badge Updates: Shows visual indicators when files are found
``` βββ manifest.json # Extension configuration βββ popup.html # Popup interface βββ popup.js # Popup logic βββ content.js # Content script for detection βββ background.js # Background service worker βββ icons/ # Extension icons β βββ icon16.png β βββ icon32.png β βββ icon64.png β βββ icon128.png βββ README.md ```
activeTab: Access current tab informationscripting: Inject content scripts for detection<all_urls>: Check files across all websites
This extension:
- β
Only checks for specific
llms.txtfiles - β Does not collect or store personal data
- β Does not track browsing history
- β Works entirely locally in your browser
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
MIT License - feel free to use and modify as needed.
Inspired by RSSHub-Radar for RSS feed detection.