True Unexpected Jihad

True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name.

什麼是True Unexpected Jihad?

True Unexpected Jihad是由kmc開發的Chrome擴展程式,該擴展的主要功能是“True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name.”。

擴展截圖

screenshot
screenshot

下載True Unexpected Jihad擴展crx文件

下載True Unexpected Jihad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Similar to Really Unexpected Jihad, this will rename the subreddit on the front page to something different. The difference with True Unexpected Jihad is it will also fuzz the post score, the time posted, and the comment amount, offering a True Unexpected Jihad experience.                    

擴展基本資訊

名稱 True Unexpected Jihad True Unexpected Jihad
ID ihglffdfnfdifnlgjecjbnpkjffciibm
官方網址 https://chromewebstore.google.com/detail/true-unexpected-jihad/ihglffdfnfdifnlgjecjbnpkjffciibm
簡介 True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name.
檔案大小 240 KB
安裝次數 175
目前版本 1.3
更新時間 2015-12-14
上架時間 2015-12-13
評分 3.83/5 共 6 次評分
開發者 kmc
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "True Unexpected Jihad",
    "short_name": "Truj",
    "description": "True Unexpected Jihad will fuzz \/r\/unexpectedjihad post scores, post time, comment amount, and subreddit name.",
    "version": "1.3",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "page_action": {
        "default_title": "Click to edit subreddits to replace with",
        "default_icon": {
            "38": "icons\/icon38.png"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/"
            ],
            "exclude_matches": [
                "*:\/\/*.reddit.com\/r\/*"
            ]
        }
    ]
}