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是由NotMeNotThem开发的Chrome扩展程序,该扩展的主要功能是“Hides all points and awards. Allows Reddit users to post and judge content for themselves with reduced mob and corporate influence.”。

扩展截图

screenshot
screenshot

下载Reddit Karma Blocker扩展crx文件

下载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"
}