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 là gì?
FOKBlocker Chrome là một tiện ích mở rộng Chrome được phát triển bởi Dennis Vink, và tính năng chính của nó là "This plugin blocks particular users from being visible on the FOK! forum (including when they are quoted). You can configure users…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FOKBlocker Chrome
Tải xuống các tệp mở rộng FOKBlocker Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FOKBlocker Chrome |
ID | iaojkcklghaojnfojnbihbgnbpcldoae |
URL Chính Thức | https://chromewebstore.google.com/detail/fokblocker-chrome/iaojkcklghaojnfojnbihbgnbpcldoae |
Mô tả | This plugin blocks particular users from being visible on the FOK! forum (including when they are quoted). You can configure users… |
Kích Thước Tệp | 41.52 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2017-06-02 |
Ngày Phát Hành | 2017-06-02 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Dennis Vink |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |