Propaganda Banner Remover

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

Propaganda Banner Remover क्या है?

Propaganda Banner Remover speakupsoftware द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will remove political propaganda banners from the websites you visit"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Propaganda Banner Remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Propaganda Banner Remover Propaganda Banner Remover
ID glkaenfggebnnhnklflnpdgclddpfabe
आधिकारिक URL https://chrome.google.com/webstore/detail/propaganda-banner-remover/glkaenfggebnnhnklflnpdgclddpfabe
विवरण This extension will remove political propaganda banners from the websites you visit
फ़ाइल का आकार 53.49 KB
स्थापना संख्या 78
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2020-12-06
प्रकाशन तिथि 2020-09-01
डेवलपर speakupsoftware
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}