Pakistani Politics Blocker

This extension blocks/removes political posts from your Facebook, Twitter, YouTube and GPlus feeds.

Τι είναι το Pakistani Politics Blocker;

Το Pakistani Politics Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Maavuz Saif, και η κύρια λειτουργία του είναι "This extension blocks/removes political posts from your Facebook, Twitter, YouTube and GPlus feeds.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Pakistani Politics Blocker

Λήψη αρχείων επέκτασης Pakistani Politics Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Do you hate politics? Want yourself to stay away from political posts on Social Media?
Well, there’s good news for you. We have designed an extension for Google Chrome that stamps out political posts from your feed, whether its Facebook, Twitter or YouTube.
This is a useful extension for browsers – Chrome and Firefox (we’re working on it) – which saves you a lot of trouble particularly if you’re annoyed by political feeds. 

All you have to do is to enable the extension and let it do the work, all your headaches will be gone forever. 
It’s a very user-friendly tool and you can turn it off at any time. What it does is to search specific political keywords and blocks posts based on those words. If there’s a political post, it will show a message saying ‘This potential political post is blocked. Contains the keyword: xxxxxx’.

If you don’t want to see this message, you can do this even. Tick the option for ‘Silently hide and block post instead of showing message’. In addition, you can specify particular keywords to block by yourself.
Sounds cool, doesn’t it? Well, give it a go!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Pakistani Politics Blocker Pakistani Politics Blocker
ID mjacbofobpoadoglgefmjhhfogeahamh
Επίσημο URL https://chrome.google.com/webstore/detail/pakistani-politics-blocke/mjacbofobpoadoglgefmjhhfogeahamh
Περιγραφή This extension blocks/removes political posts from your Facebook, Twitter, YouTube and GPlus feeds.
Μέγεθος Αρχείου 104 KB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2017-08-11
Ημερομηνία Δημοσίευσης 2017-08-11
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Maavuz Saif
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pakistani Politics Blocker",
    "short_name": "PkPoliticsBlocker",
    "description": "This extension blocks\/removes political posts from your Facebook, Twitter, YouTube and GPlus feeds.",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "assets\/icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "Pakistani Politics Blocker"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "19": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/constants.js",
            "scripts\/helpers.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/news.google.com\/*",
                "*:\/\/plus.google.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/www.buzzfeed.com\/*",
                "*:\/\/www.facebook.com\/*",
                "*:\/\/www.reddit.com\/*",
                "*:\/\/www.tumblr.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "assets\/fonts\/lancelot.css",
                "styles\/content.css"
            ],
            "js": [
                "scripts\/vendor\/jquery.min.js",
                "scripts\/constants.js",
                "scripts\/helpers.js",
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}