SANS - Stop Annoying News

Removes news stories from annoying web sources (i.e. huffingtonpost.com) or topics you don't wish to see on Bing or Google News.

Что такое SANS - Stop Annoying News?

SANS - Stop Annoying News - это расширение Chrome, разработанное Created with love by Ash, Limited, и его основная функция - "Removes news stories from annoying web sources (i.e. huffingtonpost.com) or topics you don't wish to see on Bing or Google News.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения SANS - Stop Annoying News

Скачайте файлы расширений SANS - Stop Annoying News в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        NEW VERSION v.37

***PLEASE*** If you find something that isn't working properly, please let me know before rating SANS poorly. Your feedback helps us make this product better! ***

That being said, I realize that many of you are here to purposefully sabotage this free offering with negative reviews and one star ratings. Which is sad as it took many hours of work to create SANS. 

SANS works on GOOGLE and BING news ONLY. 

I hope SANS helps you!!

If you like SANS please take a moment and give it a good rating :-) 

***********************

Now.. a little about SANS from the developer:

If you're like me, you like your online news the way you like your coffee... the way YOU LIKE IT. 

Stop Annoying News or "SANS" allows you to block online sources by domain (i.e. huffingtonpost.com or washingtonpost.com) or by topic keyword (i.e. "Kardashian" or "Alec Baldwin") from staying in your news feed. 

SANS allows you to quickly add sites or keywords that you don't want to see. You have the option to 'fade' stories or remove them from view completely. It blocks the same content on both Google and Bing news portals.

If you have a question or feature request, please hit the SUPPORT tab and send me a message.

----

Recent Build Notes:

0.100.37 - Support for Google's new format (June 2018).

0.100.36 - Support for Bing's new card format (March 2018).

0.100.35 - Support for Bing's new card format (2017).

0.100.34 - Backup and restore your Blocklist

0.100.33 - Updated to work with Google news domains other than news.google.com. (i.e. news.google.fr)

0.100.31 - Updated to work with the new Google News layout.

0.100.30 - Minor updates. Better sorting for block list.

0.100.29 - Better garbage collection and performance enhancements.

0.100.28 - Added support for 48 hour keyword blocking. Right click a word and choose to block it temporarily from the SANS context menu. This is great for when you are saturated with a trending topic but don't want to permanently add it.  

0.100.27 - Added support for 'Right click blocking'. Select a keyword and right click. Choose 'Block' from the SANS menu.                    

Основная информация о расширении

Название SANS - Stop Annoying News SANS - Stop Annoying News
ID nbceoihfhnjnolaejcoigjjlcdibmiab
Официальный URL https://chromewebstore.google.com/detail/sans-stop-annoying-news/nbceoihfhnjnolaejcoigjjlcdibmiab
Описание Removes news stories from annoying web sources (i.e. huffingtonpost.com) or topics you don't wish to see on Bing or Google News.
Размер файла 543 KB
Количество установок 203
Текущая Версия 0.100.37
Последнее Обновление 2018-06-21
Дата публикации 2018-06-20
Рейтинг 3.42/5 Всего 26 оценок
Разработчик Created with love by Ash, Limited
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SANS - Stop Annoying News",
    "description": "Removes news stories from annoying web sources (i.e. huffingtonpost.com) or topics you don't wish to see on Bing or Google News.",
    "version": "0.100.37",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bk.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/*.bing.com\/*",
                "http:\/\/*.google.com\/*",
                "https:\/\/*.google.com\/*",
                "http:\/\/*.google.ad\/*",
                "https:\/\/*.google.ad\/*",
                "http:\/\/*.google.ae\/*",
                "https:\/\/*.google.ae\/*",
                "http:\/\/*.google.com.af\/*",
                "https:\/\/*.google.com.af\/*",
                "http:\/\/*.google.com.ag\/*",
                "https:\/\/*.google.com.ag\/*",
                "http:\/\/*.google.com.ai\/*",
                "https:\/\/*.google.com.ai\/*",
                "http:\/\/*.google.am\/*",
                "https:\/\/*.google.am\/*",
                "http:\/\/*.google.co.ao\/*",
                "https:\/\/*.google.co.ao\/*",
                "http:\/\/*.google.com.ar\/*",
                "https:\/\/*.google.com.ar\/*",
                "http:\/\/*.google.as\/*",
                "https:\/\/*.google.as\/*",
                "http:\/\/*.google.at\/*",
                "https:\/\/*.google.at\/*",
                "http:\/\/*.google.com.au\/*",
                "https:\/\/*.google.com.au\/*",
                "http:\/\/*.google.az\/*",
                "https:\/\/*.google.az\/*",
                "http:\/\/*.google.ba\/*",
                "https:\/\/*.google.ba\/*",
                "http:\/\/*.google.com.bd\/*",
                "https:\/\/*.google.com.bd\/*",
                "http:\/\/*.google.be\/*",
                "https:\/\/*.google.be\/*",
                "http:\/\/*.google.bf\/*",
                "https:\/\/*.google.bf\/*",
                "http:\/\/*.google.bg\/*",
                "https:\/\/*.google.bg\/*",
                "http:\/\/*.google.com.bh\/*",
                "https:\/\/*.google.com.bh\/*",
                "http:\/\/*.google.bi\/*",
                "https:\/\/*.google.bi\/*",
                "http:\/\/*.google.bj\/*",
                "https:\/\/*.google.bj\/*",
                "http:\/\/*.google.com.bn\/*",
                "https:\/\/*.google.com.bn\/*",
                "http:\/\/*.google.com.bo\/*",
                "https:\/\/*.google.com.bo\/*",
                "http:\/\/*.google.com.br\/*",
                "https:\/\/*.google.com.br\/*",
                "http:\/\/*.google.bs\/*",
                "https:\/\/*.google.bs\/*",
                "http:\/\/*.google.co.bw\/*",
                "https:\/\/*.google.co.bw\/*",
                "http:\/\/*.google.by\/*",
                "https:\/\/*.google.by\/*",
                "http:\/\/*.google.com.bz\/*",
                "https:\/\/*.google.com.bz\/*",
                "http:\/\/*.google.ca\/*",
                "https:\/\/*.google.ca\/*",
                "http:\/\/*.google.cd\/*",
                "https:\/\/*.google.cd\/*",
                "http:\/\/*.google.cf\/*",
                "https:\/\/*.google.cf\/*",
                "http:\/\/*.google.cg\/*",
                "https:\/\/*.google.cg\/*",
                "http:\/\/*.google.ch\/*",
                "https:\/\/*.google.ch\/*",
                "http:\/\/*.google.ci\/*",
                "https:\/\/*.google.ci\/*",
                "http:\/\/*.google.co.ck\/*",
                "https:\/\/*.google.co.ck\/*",
                "http:\/\/*.google.cl\/*",
                "https:\/\/*.google.cl\/*",
                "http:\/\/*.google.cm\/*",
                "https:\/\/*.google.cm\/*",
                "http:\/\/*.google.cn\/*",
                "https:\/\/*.google.cn\/*",
                "http:\/\/*.google.com.co\/*",
                "https:\/\/*.google.com.co\/*",
                "http:\/\/*.google.co.cr\/*",
                "https:\/\/*.google.co.cr\/*",
                "http:\/\/*.google.com.cu\/*",
                "https:\/\/*.google.com.cu\/*",
                "http:\/\/*.google.cv\/*",
                "https:\/\/*.google.cv\/*",
                "http:\/\/*.google.com.cy\/*",
                "https:\/\/*.google.com.cy\/*",
                "http:\/\/*.google.cz\/*",
                "https:\/\/*.google.cz\/*",
                "http:\/\/*.google.de\/*",
                "https:\/\/*.google.de\/*",
                "http:\/\/*.google.dj\/*",
                "https:\/\/*.google.dj\/*",
                "http:\/\/*.google.dk\/*",
                "https:\/\/*.google.dk\/*",
                "http:\/\/*.google.dm\/*",
                "https:\/\/*.google.dm\/*",
                "http:\/\/*.google.com.do\/*",
                "https:\/\/*.google.com.do\/*",
                "http:\/\/*.google.dz\/*",
                "https:\/\/*.google.dz\/*",
                "http:\/\/*.google.com.ec\/*",
                "https:\/\/*.google.com.ec\/*",
                "http:\/\/*.google.ee\/*",
                "https:\/\/*.google.ee\/*",
                "http:\/\/*.google.com.eg\/*",
                "https:\/\/*.google.com.eg\/*",
                "http:\/\/*.google.es\/*",
                "https:\/\/*.google.es\/*",
                "http:\/\/*.google.com.et\/*",
                "https:\/\/*.google.com.et\/*",
                "http:\/\/*.google.fi\/*",
                "https:\/\/*.google.fi\/*",
                "http:\/\/*.google.com.fj\/*",
                "https:\/\/*.google.com.fj\/*",
                "http:\/\/*.google.fm\/*",
                "https:\/\/*.google.fm\/*",
                "http:\/\/*.google.fr\/*",
                "https:\/\/*.google.fr\/*",
                "http:\/\/*.google.ga\/*",
                "https:\/\/*.google.ga\/*",
                "http:\/\/*.google.ge\/*",
                "https:\/\/*.google.ge\/*",
                "http:\/\/*.google.gg\/*",
                "https:\/\/*.google.gg\/*",
                "http:\/\/*.google.com.gh\/*",
                "https:\/\/*.google.com.gh\/*",
                "http:\/\/*.google.com.gi\/*",
                "https:\/\/*.google.com.gi\/*",
                "http:\/\/*.google.gl\/*",
                "https:\/\/*.google.gl\/*",
                "http:\/\/*.google.gm\/*",
                "https:\/\/*.google.gm\/*",
                "http:\/\/*.google.gp\/*",
                "https:\/\/*.google.gp\/*",
                "http:\/\/*.google.gr\/*",
                "https:\/\/*.google.gr\/*",
                "http:\/\/*.google.com.gt\/*",
                "https:\/\/*.google.com.gt\/*",
                "http:\/\/*.google.gy\/*",
                "https:\/\/*.google.gy\/*",
                "http:\/\/*.google.com.hk\/*",
                "https:\/\/*.google.com.hk\/*",
                "http:\/\/*.google.hn\/*",
                "https:\/\/*.google.hn\/*",
                "http:\/\/*.google.hr\/*",
                "https:\/\/*.google.hr\/*",
                "http:\/\/*.google.ht\/*",
                "https:\/\/*.google.ht\/*",
                "http:\/\/*.google.hu\/*",
                "https:\/\/*.google.hu\/*",
                "http:\/\/*.google.co.id\/*",
                "https:\/\/*.google.co.id\/*",
                "http:\/\/*.google.ie\/*",
                "https:\/\/*.google.ie\/*",
                "http:\/\/*.google.co.il\/*",
                "https:\/\/*.google.co.il\/*",
                "http:\/\/*.google.im\/*",
                "https:\/\/*.google.im\/*",
                "http:\/\/*.google.co.in\/*",
                "https:\/\/*.google.co.in\/*",
                "http:\/\/*.google.iq\/*",
                "https:\/\/*.google.iq\/*",
                "http:\/\/*.google.is\/*",
                "https:\/\/*.google.is\/*",
                "http:\/\/*.google.it\/*",
                "https:\/\/*.google.it\/*",
                "http:\/\/*.google.je\/*",
                "https:\/\/*.google.je\/*",
                "http:\/\/*.google.com.jm\/*",
                "https:\/\/*.google.com.jm\/*",
                "http:\/\/*.google.jo\/*",
                "https:\/\/*.google.jo\/*",
                "http:\/\/*.google.co.jp\/*",
                "https:\/\/*.google.co.jp\/*",
                "http:\/\/*.google.co.ke\/*",
                "https:\/\/*.google.co.ke\/*",
                "http:\/\/*.google.com.kh\/*",
                "https:\/\/*.google.com.kh\/*",
                "http:\/\/*.google.ki\/*",
                "https:\/\/*.google.ki\/*",
                "http:\/\/*.google.kg\/*",
                "https:\/\/*.google.kg\/*",
                "http:\/\/*.google.co.kr\/*",
                "https:\/\/*.google.co.kr\/*",
                "http:\/\/*.google.com.kw\/*",
                "https:\/\/*.google.com.kw\/*",
                "http:\/\/*.google.kz\/*",
                "https:\/\/*.google.kz\/*",
                "http:\/\/*.google.la\/*",
                "https:\/\/*.google.la\/*",
                "http:\/\/*.google.com.lb\/*",
                "https:\/\/*.google.com.lb\/*",
                "http:\/\/*.google.li\/*",
                "https:\/\/*.google.li\/*",
                "http:\/\/*.google.lk\/*",
                "https:\/\/*.google.lk\/*",
                "http:\/\/*.google.co.ls\/*",
                "https:\/\/*.google.co.ls\/*",
                "http:\/\/*.google.lt\/*",
                "https:\/\/*.google.lt\/*",
                "http:\/\/*.google.lu\/*",
                "https:\/\/*.google.lu\/*",
                "http:\/\/*.google.lv\/*",
                "https:\/\/*.google.lv\/*",
                "http:\/\/*.google.com.ly\/*",
                "https:\/\/*.google.com.ly\/*",
                "http:\/\/*.google.co.ma\/*",
                "https:\/\/*.google.co.ma\/*",
                "http:\/\/*.google.md\/*",
                "https:\/\/*.google.md\/*",
                "http:\/\/*.google.me\/*",
                "https:\/\/*.google.me\/*",
                "http:\/\/*.google.mg\/*",
                "https:\/\/*.google.mg\/*",
                "http:\/\/*.google.mk\/*",
                "https:\/\/*.google.mk\/*",
                "http:\/\/*.google.ml\/*",
                "https:\/\/*.google.ml\/*",
                "http:\/\/*.google.mn\/*",
                "https:\/\/*.google.mn\/*",
                "http:\/\/*.google.ms\/*",
                "https:\/\/*.google.ms\/*",
                "http:\/\/*.google.com.mt\/*",
                "https:\/\/*.google.com.mt\/*",
                "http:\/\/*.google.mu\/*",
                "https:\/\/*.google.mu\/*",
                "http:\/\/*.google.mv\/*",
                "https:\/\/*.google.mv\/*",
                "http:\/\/*.google.mw\/*",
                "https:\/\/*.google.mw\/*",
                "http:\/\/*.google.com.mx\/*",
                "https:\/\/*.google.com.mx\/*",
                "http:\/\/*.google.com.my\/*",
                "https:\/\/*.google.com.my\/*",
                "http:\/\/*.google.co.mz\/*",
                "https:\/\/*.google.co.mz\/*",
                "http:\/\/*.google.com.na\/*",
                "https:\/\/*.google.com.na\/*",
                "http:\/\/*.google.com.nf\/*",
                "https:\/\/*.google.com.nf\/*",
                "http:\/\/*.google.com.ng\/*",
                "https:\/\/*.google.com.ng\/*",
                "http:\/\/*.google.com.ni\/*",
                "https:\/\/*.google.com.ni\/*",
                "http:\/\/*.google.ne\/*",
                "https:\/\/*.google.ne\/*",
                "http:\/\/*.google.nl\/*",
                "https:\/\/*.google.nl\/*",
                "http:\/\/*.google.no\/*",
                "https:\/\/*.google.no\/*",
                "http:\/\/*.google.com.np\/*",
                "https:\/\/*.google.com.np\/*",
                "http:\/\/*.google.nr\/*",
                "https:\/\/*.google.nr\/*",
                "http:\/\/*.google.nu\/*",
                "https:\/\/*.google.nu\/*",
                "http:\/\/*.google.co.nz\/*",
                "https:\/\/*.google.co.nz\/*",
                "http:\/\/*.google.com.om\/*",
                "https:\/\/*.google.com.om\/*",
                "http:\/\/*.google.com.pa\/*",
                "https:\/\/*.google.com.pa\/*",
                "http:\/\/*.google.com.pe\/*",
                "https:\/\/*.google.com.pe\/*",
                "http:\/\/*.google.com.ph\/*",
                "https:\/\/*.google.com.ph\/*",
                "http:\/\/*.google.com.pk\/*",
                "https:\/\/*.google.com.pk\/*",
                "http:\/\/*.google.pl\/*",
                "https:\/\/*.google.pl\/*",
                "http:\/\/*.google.pn\/*",
                "https:\/\/*.google.pn\/*",
                "http:\/\/*.google.com.pr\/*",
                "https:\/\/*.google.com.pr\/*",
                "http:\/\/*.google.ps\/*",
                "https:\/\/*.google.ps\/*",
                "http:\/\/*.google.pt\/*",
                "https:\/\/*.google.pt\/*",
                "http:\/\/*.google.com.py\/*",
                "https:\/\/*.google.com.py\/*",
                "http:\/\/*.google.com.qa\/*",
                "https:\/\/*.google.com.qa\/*",
                "http:\/\/*.google.ro\/*",
                "https:\/\/*.google.ro\/*",
                "http:\/\/*.google.ru\/*",
                "https:\/\/*.google.ru\/*",
                "http:\/\/*.google.rw\/*",
                "https:\/\/*.google.rw\/*",
                "http:\/\/*.google.com.sa\/*",
                "https:\/\/*.google.com.sa\/*",
                "http:\/\/*.google.com.sb\/*",
                "https:\/\/*.google.com.sb\/*",
                "http:\/\/*.google.sc\/*",
                "https:\/\/*.google.sc\/*",
                "http:\/\/*.google.se\/*",
                "https:\/\/*.google.se\/*",
                "http:\/\/*.google.com.sg\/*",
                "https:\/\/*.google.com.sg\/*",
                "http:\/\/*.google.sh\/*",
                "https:\/\/*.google.sh\/*",
                "http:\/\/*.google.si\/*",
                "https:\/\/*.google.si\/*",
                "http:\/\/*.google.sk\/*",
                "https:\/\/*.google.sk\/*",
                "http:\/\/*.google.com.sl\/*",
                "https:\/\/*.google.com.sl\/*",
                "http:\/\/*.google.sn\/*",
                "https:\/\/*.google.sn\/*",
                "http:\/\/*.google.so\/*",
                "https:\/\/*.google.so\/*",
                "http:\/\/*.google.sm\/*",
                "https:\/\/*.google.sm\/*",
                "http:\/\/*.google.st\/*",
                "https:\/\/*.google.st\/*",
                "http:\/\/*.google.com.sv\/*",
                "https:\/\/*.google.com.sv\/*",
                "http:\/\/*.google.td\/*",
                "https:\/\/*.google.td\/*",
                "http:\/\/*.google.tg\/*",
                "https:\/\/*.google.tg\/*",
                "http:\/\/*.google.co.th\/*",
                "https:\/\/*.google.co.th\/*",
                "http:\/\/*.google.com.tj\/*",
                "https:\/\/*.google.com.tj\/*",
                "http:\/\/*.google.tk\/*",
                "https:\/\/*.google.tk\/*",
                "http:\/\/*.google.tl\/*",
                "https:\/\/*.google.tl\/*",
                "http:\/\/*.google.tm\/*",
                "https:\/\/*.google.tm\/*",
                "http:\/\/*.google.tn\/*",
                "https:\/\/*.google.tn\/*",
                "http:\/\/*.google.to\/*",
                "https:\/\/*.google.to\/*",
                "http:\/\/*.google.com.tr\/*",
                "https:\/\/*.google.com.tr\/*",
                "http:\/\/*.google.tt\/*",
                "https:\/\/*.google.tt\/*",
                "http:\/\/*.google.com.tw\/*",
                "https:\/\/*.google.com.tw\/*",
                "http:\/\/*.google.co.tz\/*",
                "https:\/\/*.google.co.tz\/*",
                "http:\/\/*.google.com.ua\/*",
                "https:\/\/*.google.com.ua\/*",
                "http:\/\/*.google.co.ug\/*",
                "https:\/\/*.google.co.ug\/*",
                "http:\/\/*.google.co.uk\/*",
                "https:\/\/*.google.co.uk\/*",
                "http:\/\/*.google.com.uy\/*",
                "https:\/\/*.google.com.uy\/*",
                "http:\/\/*.google.co.uz\/*",
                "https:\/\/*.google.co.uz\/*",
                "http:\/\/*.google.com.vc\/*",
                "https:\/\/*.google.com.vc\/*",
                "http:\/\/*.google.co.ve\/*",
                "https:\/\/*.google.co.ve\/*",
                "http:\/\/*.google.vg\/*",
                "https:\/\/*.google.vg\/*",
                "http:\/\/*.google.co.vi\/*",
                "https:\/\/*.google.co.vi\/*",
                "http:\/\/*.google.com.vn\/*",
                "https:\/\/*.google.com.vn\/*",
                "http:\/\/*.google.vu\/*",
                "https:\/\/*.google.vu\/*",
                "http:\/\/*.google.ws\/*",
                "https:\/\/*.google.ws\/*",
                "http:\/\/*.google.rs\/*",
                "https:\/\/*.google.rs\/*",
                "http:\/\/*.google.co.za\/*",
                "https:\/\/*.google.co.za\/*",
                "http:\/\/*.google.co.zm\/*",
                "https:\/\/*.google.co.zm\/*",
                "http:\/\/*.google.co.zw\/*",
                "https:\/\/*.google.co.zw\/*",
                "http:\/\/*.google.cat\/*",
                "https:\/\/*.google.cat\/*"
            ]
        }
    ]
}