Better goSupermodel

Small improvements for goSupermodel

Better goSupermodel là gì?

Better goSupermodel là một tiện ích mở rộng Chrome được phát triển bởi Naddi, và tính năng chính của nó là "Small improvements for goSupermodel".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better goSupermodel

Tải xuống các tệp mở rộng Better goSupermodel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        "Better goSupermodel" is a browser extension, made by user Naddi, that introduces small improvements for goSupermodel.com. 

Support me on ko-fi:
https://ko-fi.com/naddi

Version 1.2.0:
- Popup windows are now movable on site
- Forum preview also shows who made the topic
- It is now possible to turn off the blurring for selected blocked people.
- New notification popup
⠀⠀- v1.2.4: Notifications don't show double now.

The list of features that this extension provides is:
- All links are clickable in forum topics, fmb, gomessages and goblogs.
- Images of wardrobe items when you hover links.
- Highlighting your own posts and topics in the forums in a custom colour (which can be changed, but not seen by others ofc).
- Show all images as "full" version (gifs are animated and pngs have transparency).
- Max height + scroll on very long posts, such that if someone posts the entire bee movie script, you'll still be able to navigate the forum topic.
- Preview topics by hovering over the title both in the forum overview and on the front page.
- Easily bookmark forum topics with the "bookmark" button, which will add it to the front page bookmark widget.
- "Hiding" a topic will blur it from the forum topic lists.
- Add the friend flower emoji next to your friends in forum topics.
- Bookmarks on the front page.
- Add a widget for the newest 18+ topics to the front page.
- Pin a club forum to the Community page.
- Group similar activities in the "Friend activities" widget on the front page.
- Add notes on items in the wardrobe.
- Sticky filters that stay on screen when you scroll.
- Icons in auctions for items from the shop and goCodes. This is supported by a community-maintained gocode overview.
- Hide the "Buy" button in the wishlist when visiting other people's wishlists – this is to avoid accidentally buying items for yourself when you want to gift them.
- Highlighting duplicates by having an exclamation mark in the top left corner of the item in the wardrobe and in wishlists, which says how many you own.
- Showing how many items you're wearing.
- Live Sketzmo timer.
- Global Sketzmo timer above the Games button.
- Asking "Are you sure?" when you exit games.
- "Are you sure you want to leave?" when leaving a page, where you've written something in a text area.
- Published magazines", "Saved looks" and "Suggested looks" added to user profiles under "Collections".
- Fix the styling on the magazine editor such that it fits the new text tool.
- Favouriting the new emojis so they show up next to the old emojis.
- Emoji picker in the friend message board.
- Notes for users in your contact list and blocklist. These are shown in the lists, but also on the user popups
- Custom censoring of words.

BETA:
- Searching by designer in the wardrobe (not fully functional)
- Wardrobe favourites (not fully functional).
- Filter by "Out of stock" items in wishlist (not fully functional).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better goSupermodel Better goSupermodel
ID cjfkekdmofjjhibaiokenecedjbpdmdf
URL Chính Thức https://chromewebstore.google.com/detail/better-gosupermodel/cjfkekdmofjjhibaiokenecedjbpdmdf
Mô tả Small improvements for goSupermodel
Kích Thước Tệp 106 KB
Số Lần Cài Đặt 1,330
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2023-10-02
Đánh Giá 5.00/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Naddi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gosupermodel.com/community/club.jsp?clubid=2243
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better goSupermodel",
    "version": "1.2.4",
    "description": "Small improvements for goSupermodel",
    "icons": {
        "48": "icon.png",
        "96": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "--extension\/-popup.html",
        "default_icon": "icon.png"
    },
    "host_permissions": [
        "https:\/\/better-database-av626u4uv-naddi.vercel.app\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "-icons\/bell.png"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "-util\/algorithms.js",
                "-storage\/bookmarks.js",
                "-storage\/censored-words.js",
                "-storage\/club-widget.js",
                "-storage\/emojis.js",
                "-storage\/hidden-topics.js",
                "-storage\/notification-data.js",
                "-storage\/settings.js",
                "-storage\/user-notes.js",
                "-storage\/wardrobe.js",
                "-storage\/show-blocked-users.js",
                "-icons\/edit.js",
                "-icons\/note.js",
                "-icons\/warning.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "-util\/hoverbox-styles.css",
                "-util\/popup-background.css",
                "notification\/styles.css",
                "modeldialog\/styles.css"
            ],
            "js": [
                "-util\/create-hoverbox.js",
                "-util\/remove-loadingpanel.js",
                "notification\/content.js",
                "emojis\/content.js",
                "drag-popup\/content.js",
                "me\/add-badge.js",
                "modeldialog\/content.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/*"
            ]
        },
        {
            "css": [
                "support\/club-settings.css",
                "support\/toggle.css"
            ],
            "js": [
                "inventory\/auction-icons\/icons.js",
                "emojis\/emoji-list.js",
                "support\/create-emoji-checkboxes.js",
                "support\/club-settings.js",
                "support\/popups.js",
                "support\/add-event-listeners.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/community\/club_page.jsp?clubid=2243&pageid=2754*"
            ]
        },
        {
            "css": [
                "blocked-notes\/styles.css",
                "support\/toggle.css"
            ],
            "js": [
                "blocked-notes\/content.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/friends\/contacts.jsp*",
                "https:\/\/gosupermodel.com\/friends\/blocks.jsp*"
            ]
        },
        {
            "css": [
                "submit-gocodes\/styles.css"
            ],
            "js": [
                "inventory\/auction-icons\/icons.js",
                "inventory\/auction-icons\/fetch.js",
                "submit-gocodes\/content.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/community\/club_page.jsp?clubid=2243&pageid=2808*"
            ]
        },
        {
            "js": [
                "submit-gocodes\/redeem-code-page.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/profiles\/redeemcode.jsp"
            ]
        },
        {
            "js": [
                "clickable-links\/content.js"
            ],
            "css": [
                "clickable-links\/styles.css"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/community\/",
                "https:\/\/gosupermodel.com\/community\/index.jsp",
                "https:\/\/gosupermodel.com\/profiles\/friend_message_board_show_post.jsp*",
                "https:\/\/gosupermodel.com\/mail*",
                "https:\/\/gosupermodel.com\/profiles\/diary.jsp*",
                "https:\/\/gosupermodel.com\/community\/forum_thread.jsp*"
            ]
        },
        {
            "css": [
                "forum\/styles.css",
                "forum\/preview\/styles.css",
                "forum\/widgets\/styles.css"
            ],
            "js": [
                "forum\/preview\/content.js",
                "forum\/topics.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/community\/forum_room.jsp*"
            ]
        },
        {
            "css": [
                "forum\/styles.css",
                "forum\/forum-tools\/styles.css"
            ],
            "js": [
                "forum\/highlight-friends.js",
                "forum\/highlight-my-posts.js",
                "forum\/blocked-notes.js",
                "forum\/posts.js",
                "forum\/forum-tools\/bookmarks.js",
                "forum\/forum-tools\/hide-topics.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/community\/forum_thread.jsp*"
            ]
        },
        {
            "css": [
                "forum\/preview\/styles.css",
                "forum\/widgets\/styles.css"
            ],
            "js": [
                "forum\/preview\/content.js",
                "forum\/preview\/forum-widget.js",
                "forum\/widgets\/forum18.js",
                "club-widget\/content.js",
                "emojis\/emoji-list.js",
                "emojis\/fmb.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/community\/",
                "https:\/\/gosupermodel.com\/community\/index.jsp"
            ]
        },
        {
            "js": [
                "emojis\/emoji-list.js",
                "emojis\/fmb.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/profiles\/friend_message_board_show_post.jsp*"
            ]
        },
        {
            "css": [
                "frontpage\/styles.css",
                "frontpage\/bw-styles.css",
                "frontpage\/forum-widget.css",
                "frontpage\/notification.css",
                "frontpage\/bookmarks\/styles.css",
                "forum\/preview\/styles.css",
                "forum\/widgets\/styles.css"
            ],
            "js": [
                "-util\/create-hoverbox.js",
                "forum\/preview\/content.js",
                "forum\/preview\/forum-widget.js",
                "forum\/widgets\/forum18.js",
                "frontpage\/widgets.js",
                "frontpage\/activities.js",
                "frontpage\/notification.js",
                "frontpage\/bookmarks\/content.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/frontpage\/"
            ]
        },
        {
            "css": [
                "inventory\/navigation-styles\/styles.css",
                "inventory\/favourites\/styles.css",
                "inventory\/auction-icons\/styles.css",
                "inventory\/notes\/styles.css",
                "inventory\/duplicates\/styles.css",
                "inventory\/search\/styles.css",
                "inventory\/jump-to-top\/styles.css",
                "inventory\/navigation-styles\/0_context-navigator.css",
                "inventory\/navigation-styles\/1_layer-navigation.css",
                "inventory\/navigation-styles\/2_filter-navigator.css",
                "inventory\/navigation-styles\/3_your-model.css",
                "inventory\/navigation-styles\/4_item-grid.css",
                "inventory\/item-limit\/styles.css"
            ],
            "js": [
                "-util\/remove-loadingpanel.js",
                "inventory\/util.js",
                "inventory\/hide-content.js",
                "inventory\/favourites\/content.js",
                "inventory\/out-of-stock.js",
                "inventory\/notes\/icons.js",
                "inventory\/notes\/content.js",
                "inventory\/duplicates\/content.js",
                "inventory\/search\/content.js",
                "inventory\/jump-to-top\/content.js",
                "inventory\/auction-icons\/icons.js",
                "inventory\/auction-icons\/fetch.js",
                "inventory\/auction-icons\/content.js",
                "inventory\/item-limit\/content.js",
                "inventory\/content.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/shopping\/inventory.jsp*"
            ]
        },
        {
            "css": [
                "profile_looks\/styles.css"
            ],
            "js": [
                "profile_looks\/add-looks-button.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/profiles\/*id=*"
            ]
        },
        {
            "js": [
                "me\/naddi-profile.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/profiles\/*?id=3379"
            ]
        },
        {
            "css": [
                "frontpage\/forum-widget.css"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/community\/",
                "https:\/\/gosupermodel.com\/community\/index.jsp"
            ]
        },
        {
            "js": [
                "support\/settings-page.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/profiles\/settings\/generic_settings.jsp"
            ]
        },
        {
            "js": [
                "magazines\/content.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/creative\/magazine_editor.jsp*"
            ]
        },
        {
            "js": [
                "games_prompt\/content.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/games\/backstage.jsp*",
                "https:\/\/gosupermodel.com\/games\/wardrobegame.jsp",
                "https:\/\/gosupermodel.com\/games\/dancer_menu.jsp"
            ]
        },
        {
            "js": [
                "sketzmo-timer\/content.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/games\/sketzmo\/",
                "https:\/\/gosupermodel.com\/games\/sketzmo\/index.jsp*"
            ]
        },
        {
            "css": [
                "censorship\/styles.css",
                "sketzmo-timer\/global-timer.css"
            ],
            "js": [
                "censorship\/content.js",
                "textarea-prompt\/content.js",
                "sketzmo-timer\/global-timer.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/*"
            ]
        }
    ]
}