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"
    ]
}