Twilify

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

Qu'est-ce que Twilify ?

Twilify est une extension Chrome développée par sadmoody, et sa fonction principale est "Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twilify

Téléchargez les fichiers d'extension Twilify 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

                        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!                    

Informations de Base sur l'Extension

Nom Twilify Twilify
ID gllliepmmafhmkamndmcdaoiigkohopa
URL Officiel https://chrome.google.com/webstore/detail/twilify/gllliepmmafhmkamndmcdaoiigkohopa
Description Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.
Taille du Fichier 301 KB
Nombre d'Installations 18
Version Actuelle 1.0.3
Dernière Mise à Jour 2012-11-22
Date de Publication 2012-11-22
Évaluation 4.00/5 Total 4 Évaluations
Développeur sadmoody
Type de Paiement free
Langues Prises en Charge 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"
    ]
}