Reddit Karma Blocker

Hides all points and awards. Allows Reddit users to post and judge content for themselves with reduced mob and corporate influence.

Τι είναι το Reddit Karma Blocker;

Το Reddit Karma Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NotMeNotThem, και η κύρια λειτουργία του είναι "Hides all points and awards. Allows Reddit users to post and judge content for themselves with reduced mob and corporate influence.".

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

screenshot
screenshot

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

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

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

                        Does exactly as you'd think and hides awards and karma on posts and comments. Works best when you sort comments by age, and disable 'hide unpopular comments'. Works on both new and old Reddit.

Due to popular request voting arrows are now visible!                    

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

Όνομα Reddit Karma Blocker Reddit Karma Blocker
ID koemhlpkecdananamphegofnfjkcapja
Επίσημο URL https://chromewebstore.google.com/detail/reddit-karma-blocker/koemhlpkecdananamphegofnfjkcapja
Περιγραφή Hides all points and awards. Allows Reddit users to post and judge content for themselves with reduced mob and corporate influence.
Μέγεθος Αρχείου 12.95 KB
Αριθμός Εγκαταστάσεων 396
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2021-07-06
Ημερομηνία Δημοσίευσης 2020-05-17
Αξιολόγηση 4.95/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής NotMeNotThem
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.reddit.com\/*",
                "https:\/\/old.reddit.com\/*"
            ]
        }
    ],
    "description": "Hides all points and awards. Allows Reddit users to post and judge content for themselves with reduced mob and corporate influence.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi8GHk7r6r1PeUtOBr\/v1OIQFnYNVDZX9BdZhBiRF7JAdf\/KLjmhlokGVo373TM7YpHMX08aITgWyG5c96po19qEV1lohoYM9iiXYlfbIhfUuvu2O9QY39yZkG4bzLzQUJJiVDOXxn55G4P7z42GT+IWMoJ7Zf6SUzx8PB5P8oJQsPVBd3VTu7qZj44QfsDud2EzmAivktXSNbykc5y8VS0JiAt0DeRoNGgmmYmq3f3tkw5Wr6Niyrqh8JJdOL0AknPfWj0RGJW9hJKJhkhg3krhTc1XHAIgsBTBKdR3ofw0Mww6GxV2smElobRbNGQiaza+9kDKGIdo+koZLKIO\/wQIDAQAB",
    "manifest_version": 3,
    "name": "Reddit Karma Blocker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3"
}