Twilify

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

¿Qué es Twilify?

Twilify es una extensión de Chrome desarrollada por sadmoody, y su función principal es "Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Twilify

Descarga archivos de extensión Twilify 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

                        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!                    

Información Básica de la Extensión

Nombre Twilify Twilify
ID gllliepmmafhmkamndmcdaoiigkohopa
URL Oficial https://chrome.google.com/webstore/detail/twilify/gllliepmmafhmkamndmcdaoiigkohopa
Descripción Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.
Tamaño del Archivo 301 KB
Cantidad de Instalaciones 18
Versión Actual 1.0.3
Última Actualización 2012-11-22
Fecha de Publicación 2012-11-22
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador sadmoody
Tipo de Pago free
Idiomas Soportados 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"
    ]
}