Propaganda Banner Remover

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

Propaganda Banner Removerとは何ですか?

Propaganda Banner Removerはspeakupsoftwareによって開発されたChromeの拡張機能で、その主な機能は「This extension will remove political propaganda banners from the websites you visit」です。

拡張機能のスクリーンショット

screenshot

Propaganda Banner Remover拡張機能のCRXファイルをダウンロード

Propaganda Banner Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}