FOKBlocker Chrome

This plugin blocks particular users from being visible on the FOK! forum (including when they are quoted). You can configure users…

FOKBlocker Chromeとは何ですか?

FOKBlocker ChromeはDennis Vinkによって開発されたChromeの拡張機能で、その主な機能は「This plugin blocks particular users from being visible on the FOK! forum (including when they are quoted). You can configure users…」です。

拡張機能のスクリーンショット

screenshot

FOKBlocker Chrome拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This plugin blocks particular users from being visible on the FOK! forum (including when they are quoted). You can configure users to block in the settings. It is not very user friendly but it works. You'll have to list blocked users as follows:

user1,user2,user3 (comma separated, no spaces, case sensitive!).
You HAVE to refresh when you add or remove a user for it to take effect.

As of version 0.1.6 you can simply click the abo star(s) to the right of the username to block a user. It will open a new window with subscription information, which you can simply close.

Shout out to: Zosk, Tim, 4ebe, Dqod, Moeraskat <3

The plugin will remove said users' posts every second.

-- WAHRHEIT                    

拡張機能の基本情報

名前 FOKBlocker Chrome FOKBlocker Chrome
ID iaojkcklghaojnfojnbihbgnbpcldoae
公式URL https://chromewebstore.google.com/detail/fokblocker-chrome/iaojkcklghaojnfojnbihbgnbpcldoae
説明 This plugin blocks particular users from being visible on the FOK! forum (including when they are quoted). You can configure users…
ファイルサイズ 41.52 KB
インストール数 21
現在のバージョン 0.2.0
最終更新日 2017-06-02
公開日 2017-06-02
評価 5.00/5 合計 3 レビュー
開発者 Dennis Vink
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FOKBlocker Chrome",
    "version": "0.2.0",
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/forum.fok.nl\/topic\/*",
                "http:\/\/forum.fok.nl\/topic\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icon_128.png"
    }
}