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)?

Prefer Old Reddit Profiles (by /u/corylulu)是由corylulu開發的Chrome擴展程式,該擴展的主要功能是“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)擴展crx文件

下載Prefer Old Reddit Profiles (by /u/corylulu)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Prefer Old Reddit Profiles (by /u/corylulu) Prefer Old Reddit Profiles (by /u/corylulu)
ID heldhdonnehiejfcfddaimkgaaiaccbf
官方網址 https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf
簡介 Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.
檔案大小 44.3 KB
安裝次數 85
目前版本 1.0.2
更新時間 2017-11-08
上架時間 2017-11-08
評分 2.33/5 共 3 次評分
開發者 corylulu
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.reddit.com/u/corylulu
說明頁面URL http://www.reddit.com/u/corylulu
支援的語言 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"
}