Post Block
Type in words and Post Block will hide posts from your Facebook news feed that contains those words.
Post Blockคืออะไร?
Post Block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dallarosa และคุณลักษณะหลักของมันคือ "Type in words and Post Block will hide posts from your Facebook news feed that contains those words."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Post Block
ดาวน์โหลดไฟล์ส่วนขยาย Post Block ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Post Block is a simple extension with one single purpose, organize information, more precisely, your Facebook news feed information. You type in words that you simply don't want to see anymore and Post Block will automatically hide posts that contains any of those words. It doesn't require any activation or registration, type in, hit enter and you are ready to go. Questions : Does it have any permanent effect on my Facebook account? No, this application only purpose is to organize and optimize information for you . It will simply hide posts that contains any of your ‘keyword’. If you want to display those posts again just remove the word from the list and you are ready to go. Why? Because sometimes people can be very annoying talking and posting things about a certain subject that you just don’t want to hear from it anymore. So that’s Post Block goal, to make annoying posts disappear. Use it, it’s free, it’s simple and it works.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cngiibinkdamophejlmidmnbfncgmdeo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/post-block/cngiibinkdamophejlmidmnbfncgmdeo |
คำอธิบาย | Type in words and Post Block will hide posts from your Facebook news feed that contains those words. |
ขนาดไฟล์ | 453 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 0.8.1 |
อัปเดตครั้งล่าสุด | 2013-08-18 |
วันที่เผยแพร่ | 2013-08-18 |
คะแนน | 4.43/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | dallarosa |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.thepostblock.wordpress.com |
ภาษาที่รองรับ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Post Block", "description": "Type in words and Post Block will hide posts from your Facebook news feed that contains those words.", "version": "0.8.1", "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "test.js" ], "run_at": "document_end", "all_frames": true } ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-16.png", "default_popup": "popup.html", "default_title": "Post Block" }, "permissions": [ "http:\/\/*.facebook.com\/", "tabs", "storage" ] } |