Post Block
Type in words and Post Block will hide posts from your Facebook news feed that contains those words.
什么是Post Block?
Post Block是由dallarosa开发的Chrome扩展程序,该扩展的主要功能是“Type in words and Post Block will hide posts from your Facebook news feed that contains those words.”。
扩展截图
下载Post Block扩展crx文件
下载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" ] } |