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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will find Facebook posts that are associated with politics and allow you to hide or blur them from view."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FPB - Remove Politics from Facebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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\/*"
            ]
        }
    ]
}