Propaganda Banner Remover

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

Propaganda Banner Removerคืออะไร?

Propaganda Banner Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย speakupsoftware และคุณลักษณะหลักของมันคือ "This extension will remove political propaganda banners from the websites you visit"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Propaganda Banner Remover

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}