A Chrome extension that makes grabbing download links from FilmXY as easy as stealing popcorn from a sleeping moviegoer. Just drop in an IMDb ID, and watch the magic happen! πΏβ¨
- π Quick IMDb code search (faster than finding your TV remote)
- π Automatic link extraction (like a digital ninja)
- π One-click copy (because who has time for right-clicks?)
- π Dark mode (for your 3 AM movie hunts)
- πΎ Remembers your last search (better memory than a goldfish)
- π― Simple UI (so simple, your cat could use it)
"Want it from the Chrome Web Store? Well..."
Me: checks wallet π
Wallet: laughs in empty π
Chrome Store: "That'll be $5" π€
Me: "Best I can do is manual installation" πββοΈ
Welcome to the cool kids' club! π
Where we don't need no stinking Web Store!
(Also, I'm $5 richer than those other devs) π°
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the extension directory
So easy, you can do it with one hand while eating popcorn with the other! πΏ
- Click the extension icon in your Chrome toolbar
- Enter an IMDb code (e.g., tt1234567)
- Click "Search" to open the FilmXY page
- The extension will automatically extract download links
- Click on any link to copy it to clipboard
- Use "Copy Link" to copy the extracted link
- Google Chrome
- Basic knowledge of HTML, CSS, and JavaScript
filmxy-link-extractor/
βββ manifest.json # Extension configuration
βββ popup.html # Extension popup interface
βββ popup.js # Popup functionality
βββ background.js # Background service worker
βββ icons/ # Extension icons
β βββ icon16.png
β βββ icon32.png
β βββ icon48.png
β βββ icon128.png
βββ screenshots/ # Extension screenshots
β βββ screenshot.png
βββ README.md # Documentation
- Quick search using IMDb ID (e.g., tt1234567)
- Validates input format
- Remembers last searched code
- Automatically extracts download links
- Handles different quality options
- Clean presentation of extracted links
- Dark theme for comfortable viewing
- Responsive design
- Clear status messages
- Loading indicators
activeTab
: For interacting with the current tabscripting
: For executing content scriptsstorage
: For saving last used IMDb codewebRequest
: For intercepting network requeststabs
: For managing browser tabs
*://exe.io/*
: For extracting download links*://www.filmxy.vip/*
: For accessing FilmXY website
This extension:
- Doesn't spy on you (we're not your ex π)
- Doesn't track you (we're too lazy for that)
- Only visits the sites it needs to (it's not a web tourist)
- Stores just one thing locally (it has commitment issues)
- No analytics (what happens in your browser, stays in your browser)
For issues and feature requests:
- Open an issue on GitHub
- Provide detailed information about the problem
- Include steps to reproduce if applicable
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the WTFPL - Do What The Fuck You Want To Public License. See LICENSE file for details. (Yes, it's exactly what it sounds like π)
sh13y
- Website: sh13y.github.io
- GitHub: @sh13y
Made with β€οΈ and probably too much β by sh13y