Prefer Old Reddit Profiles (by /u/corylulu)

Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.

Prefer Old Reddit Profiles (by /u/corylulu) là gì?

Prefer Old Reddit Profiles (by /u/corylulu) là một tiện ích mở rộng Chrome được phát triển bởi corylulu, và tính năng chính của nó là "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.".

Tải xuống tệp CRX của tiện ích mở rộng Prefer Old Reddit Profiles (by /u/corylulu)

Tải xuống các tệp mở rộng Prefer Old Reddit Profiles (by /u/corylulu) 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

                                            

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

Tên Prefer Old Reddit Profiles (by /u/corylulu) Prefer Old Reddit Profiles (by /u/corylulu)
ID heldhdonnehiejfcfddaimkgaaiaccbf
URL Chính Thức https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf
Mô tả Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.
Kích Thước Tệp 44.3 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-11-08
Ngày Phát Hành 2017-11-08
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển corylulu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.reddit.com/u/corylulu
URL Trang Trợ Giúp http://www.reddit.com/u/corylulu
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "arrive.min.js",
                "index.js"
            ],
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "http:\/\/reddit.com\/*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/reddit.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "description": "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.",
    "manifest_version": 2,
    "name": "Prefer Old Reddit Profiles (by \/u\/corylulu)",
    "version": "1.0.2"
}