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是由Snapple開發的Chrome擴展程式,該擴展的主要功能是“Take the politics out of your Internet with Snapple’s new Headline Hacker.”。

擴展截圖

screenshot

下載Snapple TEAcision: Hack The Headlines擴展crx文件

下載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
官方網址 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"
        }
    ]
}