True Unexpected Jihad

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

Qu'est-ce que True Unexpected Jihad ?

True Unexpected Jihad est une extension Chrome développée par kmc, et sa fonction principale est "True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension True Unexpected Jihad

Téléchargez les fichiers d'extension True Unexpected Jihad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom True Unexpected Jihad True Unexpected Jihad
ID ihglffdfnfdifnlgjecjbnpkjffciibm
URL Officiel https://chromewebstore.google.com/detail/true-unexpected-jihad/ihglffdfnfdifnlgjecjbnpkjffciibm
Description True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name.
Taille du Fichier 240 KB
Nombre d'Installations 175
Version Actuelle 1.3
Dernière Mise à Jour 2015-12-14
Date de Publication 2015-12-13
Évaluation 3.83/5 Total 6 Évaluations
Développeur kmc
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}