Twilify

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

Twilifyคืออะไร?

Twilify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sadmoody และคุณลักษณะหลักของมันคือ "Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twilify

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}