Hide Fake News - Avoid MSM Lies on Twitter

Free tool that hides fake news while you browse Twitter.

Wat is Hide Fake News - Avoid MSM Lies on Twitter?

Hide Fake News - Avoid MSM Lies on Twitter is een Chrome-extensie ontwikkeld door http://ryanckulp.com, en de belangrijkste functie is "Free tool that hides fake news while you browse Twitter.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hide Fake News - Avoid MSM Lies on Twitter

Download Hide Fake News - Avoid MSM Lies on Twitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        "Fake News," the most recent hoax from the MSM (mainstream media), has backfired.

Independent journalists, free-thinkers, and American citizens everywhere are uncovering the actual* Fake News Networks.

This plugin hides fake new (NY Times, CNN, ABC, etc) from your Twitter feed. There's no signup, no email, nothing to download.

To get involved, contribute anytime via email ([email protected]), or submit a pull request to the open source code:
https://github.com/ryanckulp/hide_fake_news                    

Basisinformatie over de Extensie

Naam Hide Fake News - Avoid MSM Lies on Twitter Hide Fake News - Avoid MSM Lies on Twitter
ID lihcikjmjdlidleajjjkabhmbeghjkda
Officiële URL https://chrome.google.com/webstore/detail/hide-fake-news-avoid-msm/lihcikjmjdlidleajjjkabhmbeghjkda
Beschrijving Free tool that hides fake news while you browse Twitter.
Bestandsgrootte 42.22 KB
Aantal Installaties 11
Huidige Versie 0.2
Laatst Bijgewerkt 2016-12-22
Publicatiedatum 2016-12-22
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://ryanckulp.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ryanckulp/hide_fake_news
URL van de Privacybeleid Pagina https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide Fake News - Avoid MSM Lies on Twitter",
    "short_name": "Hide Fake News",
    "description": "Free tool that hides fake news while you browse Twitter.",
    "browser_action": {
        "default_icon": "fake_news_128.png"
    },
    "version": "0.2",
    "icons": {
        "16": "fake_news_16.png",
        "48": "fake_news_48.png",
        "128": "fake_news_128.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "icon.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "sources.js",
                "content.js"
            ]
        }
    ]
}