True Unexpected Jihad

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

¿Qué es True Unexpected Jihad?

True Unexpected Jihad es una extensión de Chrome desarrollada por kmc, y su función principal es "True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión True Unexpected Jihad

Descarga archivos de extensión True Unexpected Jihad en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre True Unexpected Jihad True Unexpected Jihad
ID ihglffdfnfdifnlgjecjbnpkjffciibm
URL Oficial https://chromewebstore.google.com/detail/true-unexpected-jihad/ihglffdfnfdifnlgjecjbnpkjffciibm
Descripción True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name.
Tamaño del Archivo 240 KB
Cantidad de Instalaciones 175
Versión Actual 1.3
Última Actualización 2015-12-14
Fecha de Publicación 2015-12-13
Calificación 3.83/5 Total de 6 Calificaciones
Desarrollador kmc
Tipo de Pago free
Idiomas Soportados 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\/*"
            ]
        }
    ]
}