Imgur User Links (Favorites, Comments, About)

Add user links (favorites, comments, about) beside the post author and commentor usernames when on any Imgur page.

Imgur User Links (Favorites, Comments, About) là gì?

Imgur User Links (Favorites, Comments, About) là một tiện ích mở rộng Chrome được phát triển bởi https://nathaneyre.com, và tính năng chính của nó là "Add user links (favorites, comments, about) beside the post author and commentor usernames when on any Imgur page.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Imgur User Links (Favorites, Comments, About)

Tải xuống các tệp mở rộng Imgur User Links (Favorites, Comments, About) 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

                        Imgur User Links (Favorites, Comments, About)
===============

Add user links (favorites, comments, about) beside the post author and commenter usernames when on any Imgur page.

**1.0.9 - 2020/06/30**
- Updated for Imgur compatibility.
- Added jQuery into plugin as Imgur no longer uses it.

**1.0.8 - 2019/04/25**
- Removed the hide advertisements code as it was breaking Imgur loading.

**1.0.7 - 2019/02/26**
- Removed "Albums" link as Imgur no longer provides user albums.
- Added "Comments" and "About" links.
- Changed the name of the plugin from "Imgur User Links (Albums, Favorites)" to "Imgur User Links (Favorites, Comments, About)"


**1.0.5 - 2018/06/21**
- Altered code to include multiple user links
- Added the Favorites link to the user links
- Changed the plugin name to "Imgur User Links (Albums, Favorites)"

**1.0.3 - 2017/10/19**
- Fixed an issue where the album link was not being updated when clicking the next/previous buttons.
- Fixed an issue where the album link was not appearing directly beside the posters name when clicking the next/previous buttons.

**1.0.1 - 2017/09/21**
- Fixed an issue caused when browsing the HTTPS version of the site.                    

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

Tên Imgur User Links (Favorites, Comments, About) Imgur User Links (Favorites, Comments, About)
ID apdnpglijjfejmbglkcgnpkpognnnegd
URL Chính Thức https://chromewebstore.google.com/detail/imgur-user-links-favorite/apdnpglijjfejmbglkcgnpkpognnnegd
Mô tả Add user links (favorites, comments, about) beside the post author and commentor usernames when on any Imgur page.
Kích Thước Tệp 49.34 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2020-07-01
Ngày Phát Hành 2020-06-30
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://nathaneyre.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "*:\/\/imgur.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add user links (favorites, comments, about) beside the post author and commentor usernames when on any Imgur page.",
    "icons": {
        "128": "imgur_show_album_icon_128.png",
        "16": "imgur_show_album_icon_16.png",
        "24": "imgur_show_album_icon_24.png",
        "32": "imgur_show_album_icon_32.png",
        "48": "imgur_show_album_icon_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAifOg32BrSFUZvS5MmRHTZAqW4fRjyCZ99cjqHnZ\/n9GLI\/Z\/PQcT+V2k6R3LgClrRE3luJjWzYxKIbAYMZMpQFRNlmFBObOAz\/xg\/QmT5LguRTx8wzhsJNjI97CwMIR4B9+ocaBOia46OYIbDyEnLRu3El0Xh7C7VKkJSvH\/13e2JZISHCb57i8NhNC+jvPdkhBLp6ayjIsI2pjmC4V24J7mWczlyZm4vcfsk1FmPch0w4LIwvo8Cl4yVp0uAh8mhaLiAG4ANfRnCegKOozS3tyfcDKQWHJIvuPBjAdWpTF9K6e+j6QUXHBk+XqeW22RlarIRLpTzZegYOA7lG2BJQIDAQAB",
    "manifest_version": 2,
    "name": "Imgur User Links (Favorites, Comments, About)",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "page_action": {
        "default_icon": {
            "128": "imgur_show_album_icon_128.png",
            "16": "imgur_show_album_icon_16.png",
            "24": "imgur_show_album_icon_24.png",
            "32": "imgur_show_album_icon_32.png",
            "48": "imgur_show_album_icon_48.png"
        },
        "default_title": "Imgur User Links"
    },
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9",
    "web_accessible_resources": [
        "jquery-3.5.1.min.js",
        "imgur_user_links_script.js",
        "imgur_user_links_styles.css"
    ]
}