Snapple TEAcision: Hack The Headlines

Take the politics out of your Internet with Snapple’s new Headline Hacker.

Snapple TEAcision: Hack The Headlinesคืออะไร?

Snapple TEAcision: Hack The Headlines เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Snapple และคุณลักษณะหลักของมันคือ "Take the politics out of your Internet with Snapple’s new Headline Hacker."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snapple TEAcision: Hack The Headlines

ดาวน์โหลดไฟล์ส่วนขยาย Snapple TEAcision: Hack The Headlines ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Are you tired of election coverage? Want more fun in your news feed? Use Snapple’s new Headline Hacker to turn the political conversation from furious to flavorful. It finds the election buzzwords in your Internet and replaces them with something much more entertaining. A “convention” becomes a “food fight.” A “debate” is now a “jamboree.” The list goes on…let the humor begin!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Snapple TEAcision: Hack The Headlines Snapple TEAcision: Hack The Headlines
ID pgoiediknldikbfnomoccgjffgbbeeao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snapple-teacision-hack-th/pgoiediknldikbfnomoccgjffgbbeeao
คำอธิบาย Take the politics out of your Internet with Snapple’s new Headline Hacker.
ขนาดไฟล์ 51.9 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2016-10-11
วันที่เผยแพร่ 2016-10-11
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Snapple
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snapple TEAcision: Hack The Headlines",
    "description": "Take the politics out of your Internet with Snapple\u2019s new Headline Hacker.",
    "version": "1.0.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jq.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}