Twilify

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

Co to jest Twilify?

Twilify to rozszerzenie Chrome opracowane przez sadmoody, a jego główną funkcją jest „Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twilify

Pobierz pliki rozszerzeń Twilify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Twilify Twilify
ID gllliepmmafhmkamndmcdaoiigkohopa
Oficjalny URL https://chrome.google.com/webstore/detail/twilify/gllliepmmafhmkamndmcdaoiigkohopa
Opis Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.
Rozmiar pliku 301 KB
Liczba instalacji 18
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2012-11-22
Data Publikacji 2012-11-22
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper sadmoody
Typ Płatności free
Obsługiwane Języki 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"
    ]
}