Bewertungen für Neeno's Cookie Importer
Neeno's Cookie Importer von Neeno
5 Bewertungen
- Bewertet mit 5 von 5 Sternenvon DontKnowJack, vor 22 TagenHelp, Neeno.
I just installed in Firefox on two computers.
Got the Cookies from Computer A using JSON. Pasted them into Cookie Importer on Computer B.
Result: 0 Imported; 19 SkippedAntwort des Entwicklers
geschrieben am vor einem TagHi there,
Thank you for reporting this issue!
After reading your review, I tested several cross-machine import scenarios. I found that under certain specific conditions, the extension's strict domain-matching logic was incorrectly flagging and skipping valid cookies on the new device.
I've just released a new update that fixes this behavior, ensuring your JSON payloads are processed and applied correctly.
Could you please update to the latest version and give it another try? *(Quick tip: Make sure you are on the correct target website or have the "All Domains" toggle enabled when pasting your JSON).* Let me know if this resolves the issue for you! Your feedback is highly appreciated.
Best regards,
Neeno - Bewertet mit 5 von 5 Sternenvon cursssed, vor 2 MonatenНа момент 04.04.2026, внешних взаимодействий ноль, код полностью локальный, расширение делает ровно то, что заявлено, исходный код без обфускации, легко проверяется.
Использовал для переноса всего с Firefox на Waterfox, сработало без ошибок, иронично, что с FF я ушел из-за того, что он оброс бесполезным функционалом и последней каплей стал ИИ, а переход на адекватный аналог выполнен с помощью инструмента, судя по коду и дизайну, сделанного возможно с помощью ИИ, но btw, спасибо за потраченное время на ревью кода и отладку данного творения.
Автору расширения отдельный совет, в "Add-on Links" добавь лучше ссылку на репозиторий github/gitlab, так доверия будет немного больше + некторые пользователи могут помочь тебе в разработке.Antwort des Entwicklers
geschrieben am vor einem TagHi,
Thank you for the detailed review! I had to use Google Translate to read it, but I really appreciate the thoughtful feedback.
I am very glad to hear the extension helped you smoothly transfer your session data from Firefox to Waterfox. I also appreciate you taking the time to check the source code to verify that it is fully local, unobfuscated, and safe to use.
Your advice about adding a GitHub repository link is spot on. I am actually in the process of setting up a public GitHub repository for this extension right now, and I will be adding the link to the Add-on page very soon.
Thanks again for using the extension and for the great suggestion!
Best regards,
Neeno - Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 15346574, vor 4 MonatenLooks excellent, and just what I needed, however I seem to have an issue (hope the developer sees this). When I attempt to create a snapshot (in my case for telegraph.co.uk), the snapshot contains all cookies for all ".co.uk" domains, resulting in a large set of data, rather than just cookies for the current tab's site. This also seems to happen if I just export to, say, JSON.
Edit: awesome! Thanks for the fast update. One minor niggle still... I imagine you're matching on the end of the string. Which means if I'm on "telegraph.co.uk" it also matches cookies for a separate site, "westerntelegraph.co.uk"Antwort des Entwicklers
geschrieben am vor 4 MonatenHi there,
Thank you for reporting the issue, and I’m glad to hear that you found the extension useful overall! I’ve just released a fix for the bug you mentioned.
The problem was caused by the way the extension handled cookies for domains with compound top-level domains (TLDs) like .co.uk, .co.jp, .gov.br, etc. Previously, when creating snapshots or exporting cookies, it was mistakenly including all cookies for domains sharing that TLD (e.g., exporting cookies for `telegraph.co.uk` would also capture cookies for `google.co.uk`).
This issue has now been resolved. The extension has been updated with an improved public suffix heuristic that correctly identifies the root domain, ensuring that only the cookies for the current site (e.g., `telegraph.co.uk`) are captured.
Could you please update to the latest version of the extension and try again? Let me know if the fix works for you, or if you encounter any further issues. Your feedback is highly appreciated!
-----------
Edit - 2026/01/30:
"Hey! Thanks so much for the feedback and for catching that specific edge case with 'westerntelegraph'. You were exactly right—the previous version was using a 'contains' check which was a bit too aggressive.
I've pushed a fix in version 2.0.3 that switches to Strict Domain Matching. It now checks the domain hierarchy specifically, so it will correctly include subdomains like .clerk.telegraph.co.uk but will properly exclude unrelated sites that just happen to share a suffix like .westerntelegraph.co.uk. Thanks again for helping refine this!"
Best regards,
Neeno - Bewertet mit 5 von 5 Sternenvon Icefyre, vor einem JahrGreat work, and would be nice to have a dark color mode, which fits my browser theme.
Antwort des Entwicklers
geschrieben am vor 5 MonatenThank you for the great suggestion! We are happy to announce that "Dark Mode" is now fully implemented in version 1.7.0, allowing the extension to seamlessly match your browser theme.
New Features & Improvements:
- This update brings more than just a new look. We have completely overhauled the core experience with major improvements to reliability and control, including:
• Smart Staging:
A new "Review Import" screen lets you preview data and filter duplicates before applying changes.
• Conflict Control:
You can now decide exactly how to handle existing cookies by choosing to Overwrite, Skip, or Rename them.
• Workflow Enhancements:
We added an "Auto-Reload" option and a real-time "Activity Log" to help you track imports and debug issues instantly. - Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 5612562, vor einem JahrWorked great until today, where now it can only import cookies for the domain from the current tab (instead of importing all of the listed cookies regardless of their domain). I'm on Nightly so it might be something relating to it.
edit: will update, thank you :)Antwort des Entwicklers
geschrieben am vor einem JahrThanks for your review and suggestion
Support for "All Domains" was added in v1.6, kindly update your extension
• Support for "All Domains" alongside "Current Domain"
• Accepts mixed cookies from different domains (when "All Domains" is checked)