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