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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dennis Vink และคุณลักษณะหลักของมันคือ "This plugin blocks particular users from being visible on the FOK! forum (including when they are quoted). You can configure users…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FOKBlocker Chrome
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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" } } |