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
官方網址 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
}