FPB - Remove Politics from Facebook

This extension will find Facebook posts that are associated with politics and allow you to hide or blur them from view.

什麼是FPB - Remove Politics from Facebook?

FPB - Remove Politics from Facebook是由alexhendershott開發的Chrome擴展程式,該擴展的主要功能是“This extension will find Facebook posts that are associated with politics and allow you to hide or blur them from view.”。

擴展截圖

screenshot
screenshot
screenshot

下載FPB - Remove Politics from Facebook擴展crx文件

下載FPB - Remove Politics from Facebook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Version 0.3.4 Update:
• Updated post class names to fbUserContent

Tired of politics on Facebook? Don't want to unfriend or manage your Facebook experience? Is Uncle Tom going off again in glorious fashion?

Facebook Political Blocker (FPB) searches for pre-defined, and user submitted keywords in posts and filters them from your view. You can choose to Hide or Blur posts via the toggle in the action bar. The action bar also displays how many posts have been blocked during your current session.

The extension will not search images, only words.

Performance and features will be improved upon over time. Have a suggestion? Feel free to email me!

Version .2 Notes:
• Fixed hide/blur switch. Previously only worked on first click
• Fixed tip window positioning
• Updated menu icon
• Fixed login action bar overlap
• Fixed cookie bug that prevented post blocking
• Updated post class names to fbUserContent
• Users can now add their own custom keywords via cog icon
• Brightened action bar blue to match brighter blue Facebook implemented.

Version .3 Notes:
• Added ability to delete individual custom keywords.
• Fixed bug with Facebook that prevented post blocking for 24 hours.
• Fixed bug with hover glitch. Still testing to determine if fixed.
• Updated post class names to fbUserContent

Noun Project Icon Credit: Rflor - https://thenounproject.com/rflor/                    

擴展基本資訊

名稱 FPB - Remove Politics from Facebook FPB - Remove Politics from Facebook
ID jilchiamacpaedkmjfngobdapeoajgcd
官方網址 https://chromewebstore.google.com/detail/fpb-remove-politics-from/jilchiamacpaedkmjfngobdapeoajgcd
簡介 This extension will find Facebook posts that are associated with politics and allow you to hide or blur them from view.
檔案大小 43.78 KB
安裝次數 283
目前版本 0.3.4
更新時間 2017-04-03
上架時間 2017-04-03
評分 2.86/5 共 7 次評分
開發者 alexhendershott
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FPB - Remove Politics from Facebook",
    "short_name": "FPB",
    "description": "This extension will find Facebook posts that are associated with politics and allow you to hide or blur them from view.",
    "version": "0.3.4",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ]
}