Twilify

Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.

O que é Twilify?

Twilify é uma extensão do Chrome desenvolvida por sadmoody, e sua principal característica é "Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twilify

Baixe arquivos de extensão Twilify 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

                        If the internet is getting far too depressing for you due to the Israel/Palestine conflict, this could be the extension for you.

This extension will replace all mentions of Israel/Palestine with Team Edward/Team Jacob (respectively).

To enable/disable it just click the apple/grenade icon that gets added to your browser.

A hacky attempt at this extension while the idea is still topical.

Enjoy!                    

Informações Básicas da Extensão

Nome Twilify Twilify
ID gllliepmmafhmkamndmcdaoiigkohopa
URL Oficial https://chrome.google.com/webstore/detail/twilify/gllliepmmafhmkamndmcdaoiigkohopa
Descrição Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.
Tamanho do Arquivo 301 KB
Contagem de Instalações 18
Versão Atual 1.0.3
Última Atualização 2012-11-22
Data de Publicação 2012-11-22
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor sadmoody
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "contentscript.js",
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "twilify.js"
    ],
    "name": "Twilify",
    "description": "Reduces all mentions of the Israel\/Palestine conflict into a fight between Twilight fans.",
    "version": "1.0.3",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": "apple.png",
        "default_title": "Twilify"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "contextMenus"
    ]
}