Propaganda Banner Remover

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

Propaganda Banner Remover là gì?

Propaganda Banner Remover là một tiện ích mở rộng Chrome được phát triển bởi speakupsoftware, và tính năng chính của nó là "This extension will remove political propaganda banners from the websites you visit".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Propaganda Banner Remover

Tải xuống các tệp mở rộng Propaganda Banner Remover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Propaganda Banner Remover Propaganda Banner Remover
ID glkaenfggebnnhnklflnpdgclddpfabe
URL Chính Thức https://chrome.google.com/webstore/detail/propaganda-banner-remover/glkaenfggebnnhnklflnpdgclddpfabe
Mô tả This extension will remove political propaganda banners from the websites you visit
Kích Thước Tệp 53.49 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-12-06
Ngày Phát Hành 2020-09-01
Nhà Phát Triển speakupsoftware
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}