Propaganda Banner Remover

This extension will remove political propaganda banners from the websites you visit

Qu'est-ce que Propaganda Banner Remover ?

Propaganda Banner Remover est une extension Chrome développée par speakupsoftware, et sa fonction principale est "This extension will remove political propaganda banners from the websites you visit".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Propaganda Banner Remover

Téléchargez les fichiers d'extension Propaganda Banner Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        In the communist country from where I came, students were made to recite slogans of the party, and we could see large banners of those slogans everywhere we go.  The authoritarian government wanted to make sure everyone is on the same page.

Something similar is happening on the web today.  When we go to certain websites, we are pestered with political banners that has nothing to do with the site's purpose.

This browser extension will remove propaganda from the websites you visit.  This is a crowd-sourced effort.  If you see a propaganda banner on some website, please report it to http://propaganda-banner-remover.idea.informer.com/ and we will add a rule that will remove it for everyone.                    

Informations de Base sur l'Extension

Nom Propaganda Banner Remover Propaganda Banner Remover
ID glkaenfggebnnhnklflnpdgclddpfabe
URL Officiel https://chrome.google.com/webstore/detail/propaganda-banner-remover/glkaenfggebnnhnklflnpdgclddpfabe
Description This extension will remove political propaganda banners from the websites you visit
Taille du Fichier 53.49 KB
Nombre d'Installations 78
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-12-06
Date de Publication 2020-09-01
Développeur speakupsoftware
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Propaganda Banner Remover",
    "short_name": "Propaganda Remover",
    "description": "This extension will remove political propaganda banners from the websites you visit",
    "version": "1.1.1",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "js\/common.js",
                "js\/content-script.js"
            ]
        }
    ]
}