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