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ファイルをダウンロード

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

拡張機能の使用方法

                        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
}