FYP Radar is a Chrome Extension designed for creators, marketers, and social media analysts who want real insights, not guesswork. It digs into TikTok Studio’s analytics, crunches the important metrics, and gives you a clear verdict:
HIGH FYP POTENTIAL or LOW FYP POTENTIAL.
No more endless refreshing. No more “hope marketing.” Just data-driven clarity.
TikTok doesn’t tell you upfront if your content has the “FYP spark.” That first hour after posting is crucial — it’s where the algorithm decides whether to push your video further or bury it.
FYP Analyzer gives you:
- First-hour insights that matter → views, like rate, comment rate, shares, saves, average watch time, and finish rate.
- Clear verdict → instantly know if your video has high or low FYP potential.
- Smart benchmarks → automatically checks against proven thresholds (e.g., 5% like rate, 40% watch rate).
- Draggable analytics panel → always on top of TikTok Studio analytics, customizable position.
- One-click export → download raw JSON data for deeper analysis or reporting.
- Privacy first → all calculations run locally in your browser. No shady servers, no data leaks.
If you’re serious about growing on TikTok, you don’t just need views — you need to understand WHY a video takes off. That’s exactly what this extension delivers.
.
├── LICENSE.md
├── README.md
├── Screenshot.png
├── background.js
├── banner.png
├── content.js
├── icons
│ ├── icon128.png
│ ├── icon16.png
│ ├── icon32.png
│ ├── icon48.png
│ └── icon800.png
├── manifest.json
└── styles.css
- Real-time fetch of TikTok Studio insights via official endpoints.
- Automatic metrics extraction:
- Views
- Likes, Comments, Shares, Saves
- Average Watch Duration vs. Video Duration
- Finish Rate (dynamic thresholds by video length)
- Smart FYP verdict system:
- HIGH FYP POTENTIAL → meets most thresholds
- LOW FYP POTENTIAL → fails multiple benchmarks
- Too Old → posted >2 days ago
- Not Enough Data → if metrics are incomplete
- Draggable floating panel with saved position across sessions.
- Export to JSON with video ID & timestamp for archiving.
- Clone or download this repo.
- Open Chrome → Extensions → Manage Extensions.
- Enable Developer Mode.
- Click Load unpacked and select this project folder.
- Open TikTok Studio video analytics page (
https://www.tiktok.com/tiktokstudio/analytics/<aweme_id>). - Click the extension icon → Boom, insights appear!
- Creators: instantly see if your new post has what it takes to go viral.
- Agencies: evaluate client videos and give clear, data-backed advice.
- Researchers/Analysts: export raw data to run deeper comparisons.
- Marketers: stop wasting budget boosting weak videos — identify winners early.
- Add a settings panel to customize thresholds.
- Add LLM-powered insights (via APIs like Gemini, ChatGPT, or even local LLMs).
Contributions are welcome!
If you’d like to improve this project:
- Fork this repository
- Create your feature branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -m "Add new feature") - Push to the branch (
git push origin feature/your-feature) - Open a Pull Request
Created by Karjok Pangesty — because creators deserve clarity over guesswork.
This project is licensed under the MIT License.
You are free to use, modify, and distribute this extension — with proper credit to the author.
See the full license in the LICENSE file.