Nobias

Get valuable insights on the news you read online.

O que é Nobias?

Nobias é uma extensão do Chrome desenvolvida por https://nobias.com, e sua principal característica é "Get valuable insights on the news you read online.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Nobias

Baixe arquivos de extensão Nobias no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Know what you're unfolding

Nobias alerts you to the bias and credibility of news articles and authors before you even read them. Adding Nobias to Chrome means you will be able to detect hidden bias and fake news in Google Search results, your Facebook News Feed and on select news sites. Nobias will help you burst your filter bubble and give you more control over the news and information you consume.  
 
We’re like a Fitbit for your media diet. In the age of social media, many of us ambiently consume news by reading headlines and descriptions that appear in our news feeds. Nobias provides more context around articles in your newsfeeds before you read it, wherever you read it, making them less likely to be misleading. You decide whether to click on the article, helping you retrain the algorithms that shape what you read and see online. 
 
Our insights include the political  and financial biases of the article, along with the credibility of the author and site, to keep fake news in check and hold authors accountable. By hovering over the little paw prints or buy/sell icons that appear next to articles, you can see our insights right in your browser  on Google Search, your Facebook news feed  or your favorite newspaper. With Nobias, you can be selective of what you read and as well as become aware of other perspectives, to develop your own unique point of view. Nobias helps you better manage your daily media diet through a more informed interaction with personalization algorithms.. 
 
★ Political and Financial slant checker
Nobias detects the political or financial slant of the article as either left, center or right leaning for political articles and buy, neutral or sell leaning for financial articles and highlights that slant with a colored icons (paw print or buy/sell) as a visual ratings system. 
 
★ Credibility checker
Nobias uses LexisNexis databases for general news to show you which news sources have the most reputable editorial boards and the most integrity. You'll be able to read with confidence and avoid tabloid journalism and yellow journalism. Additionally, article level insights include credibility of the author based on employer rating and journalistic awards won by the author and in the case of financial articles, a combination of accuracy, average expected return and number of articles written by the author.
 
★ Productivity tool
Nobias isn’t just for avid news readers, students, and journalists. If you want to know what you’re reading without even clicking, Nobias is for you. It’s a productivity tool for your media consumption that saves the time you spend reading news online. It’s a life hack in a Chrome extension.
 
★ Thousands of news sources tracked
When you use Google Search or scroll through your Facebook news feed, you’ll see the Nobias paw prints next to over 80% of links. Additionally, you can see Nobias slants within the news sites of over 25 national and regional newspapers. We are constantly updating our databases to include more news sites, authors and articles as they are published. 
 
Nobias - Keeping you informed of bias and credibility in news media.                    

Informações Básicas da Extensão

Nome Nobias Nobias
ID gibdobnmepamhkigmgacgcdmidpeckda
URL Oficial https://chromewebstore.google.com/detail/nobias/gibdobnmepamhkigmgacgcdmidpeckda
Descrição Get valuable insights on the news you read online.
Tamanho do Arquivo 4.27 MB
Contagem de Instalações 1,248
Versão Atual 1.2.8
Última Atualização 2021-02-16
Data de Publicação 2019-08-18
Classificação 4.72/5 Total de 29 Avaliações
Desenvolvedor https://nobias.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://nobias.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nobias",
    "version": "1.2.8",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlxAolxED7+0PGtsKvHMQVQj1TsWQPadM37mCfB75fdMRCJbQa2qrq4SqNrA\/lexIr+CrBJPMQu\/xQm\/EE3jcsMUBvNxvxs0wQQwZeNE2x1ZEAYqr9Kok7Y8PfHjfmAQVR1QI+VV2UDv6sSiD18faBlj5+Rr94a3vLasguXXicvn8I1byDG9nWvY6B5eBSEDoNONnkmfoDpvPy8jM3C0P0mfuWh\/lneq3FgEQzxyU\/+vh2ZauJOcW8H0Dcp69CxbNjYwanUgxoKAmNrGtf1n4JiLoD1+cTvD8CRJr3qsVDgLDF4jDDzcTNbtZ4z8k8E8kjznqjE0TGN9uiVGdJWdV4wIDAQAB",
    "manifest_version": 2,
    "description": "Get valuable insights on the news you read online.",
    "browser_specific_settings": {
        "gecko": {
            "id": "{e9652750-e37c-4cf4-bcc1-07de3344bd70}"
        }
    },
    "icons": {
        "16": ".\/public\/assets\/images\/icon16.png",
        "32": ".\/public\/assets\/images\/icon32.png",
        "48": ".\/public\/assets\/images\/icon48.png",
        "128": ".\/public\/assets\/images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "history",
        "identity",
        "storage",
        "webNavigation",
        "https:\/\/api.nobias.me\/v1\/*",
        "https:\/\/nobias.auth.us-east-1.amazoncognito.com\/login"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-inline' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": ".\/public\/assets\/images\/icon16.png",
            "32": ".\/public\/assets\/images\/icon32.png",
            "48": ".\/public\/assets\/images\/icon48.png",
            "128": ".\/public\/assets\/images\/icon128.png"
        },
        "default_title": "Nobias"
    },
    "web_accessible_resources": [
        "public\/*"
    ],
    "background": {
        "scripts": [
            ".\/js\/0.js",
            ".\/js\/1.js",
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentBostonHerald.js"
            ],
            "matches": [
                "*:\/\/*.bostonherald.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentBreitbart.js"
            ],
            "matches": [
                "*:\/\/*.breitbart.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentChicagoPublicSquare.js"
            ],
            "matches": [
                "*:\/\/*.chicagopublicsquare.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentCnn.js"
            ],
            "matches": [
                "*:\/\/www.cnn.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentDallasnews.js"
            ],
            "matches": [
                "*:\/\/*.dallasnews.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentFacebook.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentFoxNews.js"
            ],
            "matches": [
                "*:\/\/*.foxnews.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentGoogle.js"
            ],
            "matches": [
                "*:\/\/www.google.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentGoogleNews.js"
            ],
            "matches": [
                "*:\/\/news.google.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentInvestorPlace.js"
            ],
            "matches": [
                "*:\/\/*.investorplace.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentLinkedin.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentNewsday.js"
            ],
            "matches": [
                "*:\/\/*.newsday.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentNewYorkTimes.js"
            ],
            "matches": [
                "*:\/\/www.nytimes.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentNextDraft.js"
            ],
            "matches": [
                "*:\/\/*.nextdraft.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentNyDailyNews.js"
            ],
            "matches": [
                "*:\/\/*.nydailynews.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentNypost.js"
            ],
            "matches": [
                "*:\/\/*.nypost.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentRealClearPolitics.js"
            ],
            "matches": [
                "*:\/\/*.realclearpolitics.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentReddit.js"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentStarTribune.js"
            ],
            "matches": [
                "*:\/\/*.startribune.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentStatesman.js"
            ],
            "matches": [
                "*:\/\/*.statesman.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentTampaBay.js"
            ],
            "matches": [
                "*:\/\/*.tampabay.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentTechCrunch.js"
            ],
            "matches": [
                "*:\/\/*.techcrunch.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentTheSkimm.js"
            ],
            "matches": [
                "*:\/\/*.theskimm.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentTwitter.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentVoxHighlight.js"
            ],
            "matches": [
                "*:\/\/*.vox.com\/the-highlight\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentWashingtonPost.js"
            ],
            "matches": [
                "*:\/\/*.washingtonpost.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentWashingtonTimes.js"
            ],
            "matches": [
                "*:\/\/*.washingtontimes.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentWsj.js"
            ],
            "matches": [
                "*:\/\/*.wsj.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentYahooFinance.js"
            ],
            "matches": [
                "*:\/\/*.finance.yahoo.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                ".\/js\/0.js",
                ".\/js\/1.js",
                ".\/js\/contentYahooNews.js"
            ],
            "matches": [
                "*:\/\/*.news.yahoo.com\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}