True Unexpected Jihad

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

O que é True Unexpected Jihad?

True Unexpected Jihad é uma extensão do Chrome desenvolvida por kmc, e sua principal característica é "True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão True Unexpected Jihad

Baixe arquivos de extensão True Unexpected Jihad no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome True Unexpected Jihad True Unexpected Jihad
ID ihglffdfnfdifnlgjecjbnpkjffciibm
URL Oficial https://chromewebstore.google.com/detail/true-unexpected-jihad/ihglffdfnfdifnlgjecjbnpkjffciibm
Descrição True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name.
Tamanho do Arquivo 240 KB
Contagem de Instalações 175
Versão Atual 1.3
Última Atualização 2015-12-14
Data de Publicação 2015-12-13
Classificação 3.83/5 Total de 6 Avaliações
Desenvolvedor kmc
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}