Twilify

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

Twilifyとは何ですか?

Twilifyはsadmoodyによって開発されたChromeの拡張機能で、その主な機能は「Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.」です。

拡張機能のスクリーンショット

screenshot

Twilify拡張機能のCRXファイルをダウンロード

Twilify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Twilify Twilify
ID gllliepmmafhmkamndmcdaoiigkohopa
公式URL https://chrome.google.com/webstore/detail/twilify/gllliepmmafhmkamndmcdaoiigkohopa
説明 Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.
ファイルサイズ 301 KB
インストール数 18
現在のバージョン 1.0.3
最終更新日 2012-11-22
公開日 2012-11-22
評価 4.00/5 合計 4 レビュー
開発者 sadmoody
支払い方法 free
対応言語 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"
    ]
}