Stop Russian Propaganda

Warns about twitter accounts that distribute Russian propaganda

Stop Russian Propaganda란 무엇입니까?

Stop Russian Propaganda은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Warns about twitter accounts that distribute Russian propaganda"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Stop Russian Propaganda 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The program warns the user if the author of the displayed information was previously registered as having published disinformation or Russian propaganda and now tries to deceive you most likely.                    

확장 프로그램 기본 정보

이름 Stop Russian Propaganda Stop Russian Propaganda
ID clgoeegnefjoblpbcimblnddgakkhpfb
공식 URL https://chromewebstore.google.com/detail/stop-russian-propaganda/clgoeegnefjoblpbcimblnddgakkhpfb
설명 Warns about twitter accounts that distribute Russian propaganda
파일 크기 484 KB
설치 횟수 360
현재 버전 0.10.5
최근 업데이트 2019-10-06
출시 날짜 2019-10-06
평점 4.14/5 총 14 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://web.archive.org/web/20180913073710/https://swissukraine.org/google-chrome-app/
도움말 페이지 URL https://spark.adobe.com/page/DbLl8ENG9dmjt/
지원되는 언어 de,en,fr,nl,es,it,pl,fi,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "0.10.5",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "49": "icons\/icon49.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "uk",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/jalc.min.js",
                "js\/lib\/mark.min.js",
                "js\/content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "manifest_version": 2
}