AfD Blocker

AfD Content Blocker von Die PARTEI

AfD Blocker란 무엇입니까?

AfD Blocker은(는) Die PARTEI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AfD Content Blocker von Die PARTEI"입니다.

확장 프로그램 스크린샷

screenshot

AfD Blocker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is the AfD Blocker from the Die PARTEI.

It blocks content with references to the AfD in your browser and currently works only on several online platforms of:

Taggesspiegel, Bild etc.

e.g.:
https://www.tagesspiegel.de/suchergebnis/?p=suche&sw=afd
 
You can help to add sites: https://github.com/dieparteidiepartei/afd-blocker-plugin                    

확장 프로그램 기본 정보

이름 AfD Blocker AfD Blocker
ID iolepjjfgagknkdffhbkdcfmamfchdch
공식 URL https://chromewebstore.google.com/detail/afd-blocker/iolepjjfgagknkdffhbkdcfmamfchdch
설명 AfD Content Blocker von Die PARTEI
파일 크기 72.72 KB
설치 횟수 1,404
현재 버전 7
최근 업데이트 2019-05-21
출시 날짜 2019-05-21
평점 4.94/5 총 165 개의 평점
개발자 Die PARTEI
결제 유형 free
확장 프로그램 웹 사이트 https://www.die-partei.de
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "7",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.sueddeutsche.de\/*"
            ],
            "js": [
                "scripts\/blocker_sueddeutsche.js"
            ],
            "css": [
                "css\/overlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.spiegel.de\/*"
            ],
            "js": [
                "scripts\/blocker_spiegel.js"
            ],
            "css": [
                "css\/overlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.tagesspiegel.de\/*"
            ],
            "js": [
                "scripts\/blocker_tagesspiegel.js"
            ],
            "css": [
                "css\/overlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.bild.de\/*"
            ],
            "js": [
                "scripts\/blocker_bild.js"
            ],
            "css": [
                "css\/overlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "scripts\/blocker_twitter.js"
            ],
            "css": [
                "css\/overlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "scripts\/blocker_facebook.js"
            ],
            "css": [
                "css\/overlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/afd.de\/*",
                "*:\/\/www.afd.de\/*",
                "*:\/\/www.afdbayern.de\/*",
                "*:\/\/www.afdbundestag.de\/*",
                "*:\/\/afd-bw.de\/*",
                "*:\/\/afdgoerlitz.de\/*",
                "*:\/\/www.afd-bremen.de\/*",
                "*:\/\/www.afdsachsen.de\/*",
                "*:\/\/www.afd-hessen.de\/*",
                "*:\/\/alternative-hamburg.de\/*",
                "*:\/\/afd-lsa.de\/*"
            ],
            "js": [
                "scripts\/blocker_afd.js"
            ],
            "css": [
                "css\/overlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.startpage.com\/*"
            ],
            "js": [
                "scripts\/blocker_search.js"
            ],
            "css": [
                "css\/overlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.focus.de\/*"
            ],
            "js": [
                "scripts\/blocker_focus.js"
            ],
            "css": [
                "css\/overlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.morgenpost.de\/*"
            ],
            "js": [
                "scripts\/blocker_morgenpost.js"
            ],
            "css": [
                "css\/overlay.css",
                "css\/morgenpost_fix.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.qwant.com\/*"
            ],
            "js": [
                "scripts\/blocker_qwant.js"
            ],
            "css": [
                "css\/overlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.stuttgarter-zeitung.de\/*"
            ],
            "js": [
                "scripts\/blocker_stuttgarter.js"
            ],
            "css": [
                "css\/overlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.handelsblatt.com\/*"
            ],
            "js": [
                "scripts\/blocker_handelsblatt.js"
            ],
            "css": [
                "css\/overlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.nordbayern.de\/*"
            ],
            "js": [
                "scripts\/blocker_nordbayern.js"
            ],
            "css": [
                "css\/overlay.css"
            ]
        }
    ]
}