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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में True Unexpected Jihad एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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\/*"
            ]
        }
    ]
}