Angry Blocker

This extensions blocks angry and sad web pages. It protects you from the worst the internet has to offer.

Angry Blockerとは何ですか?

Angry Blockerはhttps://emotionstech.emrays.comによって開発されたChromeの拡張機能で、その主な機能は「This extensions blocks angry and sad web pages. It protects you from the worst the internet has to offer.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Angry Blocker拡張機能のCRXファイルをダウンロード

Angry Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Or at least gives you a peaceful moment to reflect before embarking on an emotional roller coaster.

Angry Blocker is deep learning's answer to propaganda. In this post-truth modern world with endless alternative facts it's very easy to get over emotional, form false judgements, and lose control of our decisions. When we allow emotions to blindly force us to do something we become vulnerable to propaganda. In 2016, both ends of the political spectrum used emotionally charged headlines to influence public opinion on Brexit and Donald Trump. Such news is dangerous when it leads us to make choices we wouldn't have made in our normal emotional state.

Therefore Angry Blocker protects you from negative emotions and helps you to be aware of the type of information you consume online. When you visit selected media websites, Angry Blocker's proprietary deep neural network estimates the emotional content of the page which you are about to read and warns you about very sad and angry pages. Instead of the angry content, you will see a nice picture from nature and a message like "This page is too angry for you" with links to "Go back", "See it anyway" or view some better news on our website. Then it's up to you to decide whether to read those pages or not.

We hope that Angry Blocker will improve your mood, and go some small way to improving the internet and maybe even the world.                    

拡張機能の基本情報

名前 Angry Blocker Angry Blocker
ID micdhfaiijkjlbpfnaknploiamliohhg
公式URL https://chrome.google.com/webstore/detail/angry-blocker/micdhfaiijkjlbpfnaknploiamliohhg
説明 This extensions blocks angry and sad web pages. It protects you from the worst the internet has to offer.
ファイルサイズ 793 KB
インストール数 51
現在のバージョン 0.2.4
最終更新日 2019-04-08
公開日 2019-04-08
評価 5.00/5 合計 1 レビュー
開発者 https://emotionstech.emrays.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://emotionstech.emrays.com/angry-blocker.php
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Angry Blocker",
    "description": "This extensions blocks angry and sad web pages. It protects you from the worst the internet has to offer.",
    "version": "0.2.4",
    "options_page": "options.html",
    "icons": {
        "16": "images\/product-16.png",
        "32": "images\/product-32.png",
        "48": "images\/product-48.png",
        "128": "images\/product-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.jpg"
    ],
    "browser_action": {
        "default_title": "Angry Blocker",
        "default_icon": {
            "32": "images\/icon-32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "*:\/\/*.emrays.com\/"
    ],
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.abcnews.go.com\/*",
                "*:\/\/*.aljazeera.com\/*",
                "*:\/\/*.bbc.co.uk\/*",
                "*:\/\/*.bbc.com\/*",
                "*:\/\/*.bloomberg.com\/*",
                "*:\/\/*.cbs.com\/*",
                "*:\/\/*.cbsnews.com\/*",
                "*:\/\/*.cnn.com\/*",
                "*:\/\/*.dailycaller.com\/*",
                "*:\/\/*.dailymail.co.uk\/*",
                "*:\/\/*.economist.com\/*",
                "*:\/\/*.eonline.com\/*",
                "*:\/\/*.espn.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.foxnews.com\/*",
                "*:\/\/*.ft.com\/*",
                "*:\/\/*.guardian.co.uk\/*",
                "*:\/\/*.theguardian.com\/*",
                "*:\/\/*.huffingtonpost.com\/*",
                "*:\/\/*.independent.co.uk\/*",
                "*:\/\/*.latimes.com\/*",
                "*:\/\/*.mikebloomberg.com\/*",
                "*:\/\/*.nbcnews.com\/*",
                "*:\/\/*.newsmax.com\/*",
                "*:\/\/*.newyorker.com\/*",
                "*:\/\/*.npr.org\/*",
                "*:\/\/*.nytimes.com\/*",
                "*:\/\/*.pbs.org\/*",
                "*:\/\/*.politico.com\/*",
                "*:\/\/*.rt.com\/*",
                "*:\/\/*.reuters.com\/*",
                "*:\/\/*.news.sky.com\/*",
                "*:\/\/*.skynews.com.au\/*",
                "*:\/\/*.telegraph.co.uk\/*",
                "*:\/\/*.theatlantic.com\/*",
                "*:\/\/*.thedailybeast.com\/*",
                "*:\/\/*.thesun.co.uk\/*",
                "*:\/\/*.thetimes.co.uk\/*",
                "*:\/\/*.time.com\/*",
                "*:\/\/*.usatoday.com\/*",
                "*:\/\/*.washingtonpost.com\/*",
                "*:\/\/*.wnd.com\/*",
                "*:\/\/*.wsj.com\/*",
                "*:\/\/*.yahoo.com\/news\/*"
            ]
        }
    ]
}