SSC Block
Block users in SlateStarCodex and Unsong comments.
ما هو SSC Block؟
SSC Block هو إضافة Chrome تم تطويرها بواسطة bakkot، والميزة الرئيسية لها هي "Block users in SlateStarCodex and Unsong comments.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SSC Block
قم بتنزيل ملفات الامتداد SSC Block بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The comments sections over at SlateStarCodex.com often run long, but not everyone is going to be discussing things you care about. This extension adds a feature: click on a user's avatar to hide their comments now and on all other threads. Their comments will be collapsed as if you'd clicked 'hide', including hiding all child comments.
معلومات أساسية عن التمديد
الاسم | SSC Block |
ID | omoblondlbpljpjpegjknicfhoicjfnk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ssc-block/omoblondlbpljpjpegjknicfhoicjfnk |
الوصف | Block users in SlateStarCodex and Unsong comments. |
حجم الملف | 29.75 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2017-02-27 |
تاريخ النشر | 2017-02-26 |
المطور | bakkot |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/bakkot/SlateStarComments/tree/blocking |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SSC Block", "short_name": "SSCBlock", "version": "1.0.3", "description": "Block users in SlateStarCodex and Unsong comments.", "content_scripts": [ { "matches": [ "http:\/\/slatestarcodex.com\/20*", "http:\/\/unsongbook.com\/*", "https:\/\/slatestarcodex.com\/20*", "https:\/\/unsongbook\/*" ], "js": [ "block.user.js" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |