No Promo Bro : A Reddit Ad Remover
A Reddit Ad Remover
什么是No Promo Bro : A Reddit Ad Remover ?
No Promo Bro : A Reddit Ad Remover 是由iklassen开发的Chrome扩展程序,该扩展的主要功能是“A Reddit Ad Remover”。
下载No Promo Bro : A Reddit Ad Remover 扩展crx文件
下载No Promo Bro : A Reddit Ad Remover 扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
No Promo Bro is an extension that detects and hides promotional posts on Reddits new layout. This extension was created because of my own personal disgust for click bait. I decided to share it for anyone who feels the same but may not have the time and/or ability to make their own extension, enjoy! I make these kinds of things for fun and will always share them for free.
扩展基本信息
名称 | |
ID | gamkfmmgoombjjkghnhhnfejafnfdchc |
官方URL | https://chrome.google.com/webstore/detail/no-promo-bro-a-reddit-ad/gamkfmmgoombjjkghnhhnfejafnfdchc |
简介 | A Reddit Ad Remover |
文件大小 | 29.28 KB |
安装次数 | 61 |
当前版本 | 1.0.1 |
更新时间 | 2018-07-16 |
上架时间 | 2018-07-16 |
评分 | 5.00/5 共3次评分 |
开发者 | iklassen |
付费类型 | free |
帮助页面URL | https://github.com/ikklassen/No-Promo-Bro/tree/master |
支持的语言 | en-US |
manifest.json | |
{ "content_scripts": [ { "js": [ "enter.js" ], "matches": [ "https:\/\/www.reddit.com\/*" ] } ], "permissions": [ "tabs", "https:\/\/www.reddit.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Promo Bro : A Reddit Ad Remover ", "version": "1.0.1", "manifest_version": 2, "description": "A Reddit Ad Remover", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |