AI product readA Chrome extension that enhances the BOOTH marketplace and the 'BOOTH持ってるよリスト' (motteruyo.com) service by adding UI buttons and automation for managing product lists.
Helps BOOTH sellers and buyers easily manage and share lists of BOOTH products they own or want to showcase, by integrating directly into BOOTH product pages, the motteruyo.com list editor, and Twitter/X profiles.
1. User installs extension. 2. When visiting a BOOTH product page, a button appears to add the item to their motteruyo.com list. 3. On motteruyo.com list pages, users can import items from their BOOTH library. 4. On Twitter/X profiles, a button appears (if the user has a motteruyo.com list) to view their collection.
Adds a '+ BOOTH持ってるよリストに追加' button on BOOTH product pages to quickly add items to a listAdds an 'インポート' (Import) button on motteruyo.com list pages to bulk-import items from the user's BOOTH libraryAdds a 'BOOTH持ってるよリストを見る' button on Twitter/X user profiles to view their motteruyo.com listAdds a 'BOOTH持ってるよリストに移動' button on BOOTH's top page to navigate to the list editor
- Target users
- BOOTH sellers who want to showcase their products / BOOTH buyers who want to organize their purchases / Users who want to share their BOOTH collections on Twitter/X
- The extension relies on the external motteruyo.com service, which requires login. The extension itself does not handle authentication. The analysis assumes motteruyo.com requires login based on API usage patterns and the nature of the service (user-specific lists).
- The extension's functionality is tightly coupled to BOOTH's and Twitter/X's DOM structures, which may change and break the extension's UI injection.
MonetizationNo paid features detected
No evidence of paid features, subscription gates, or billing integration in the extension code or the destination service workflow. The extension uses chrome.storage.local/sync for local state and makes API calls to motteruyo.com without any payment-related parameters or UI. The keyword 'pro' matches in the static analysis are false positives (e.g., 'process', 'Promise', 'getPropertyValue').
- Confidence
- 90
- Payment platform
- --
- Source
- AI / High
- Login required
- Yes
- Reason
- The extension is a helper for the 'BOOTH持ってるよリスト' (motteruyo.com) service. The core workflow—adding items to a list, importing from BOOTH library, and managing lists—requires the user to have an account on motteruyo.com. The extension interacts with motteruyo.com APIs (e.g., /api/users, /api/lists, /api/items) and redirects to motteruyo.com pages. While the extension itself does not implement a login UI, the destination service (motteruyo.com) requires login to function. The extension also navigates to accounts.booth.pm/library for importing, which requires a BOOTH account.