NSFW All
Adds NSFW posts to the /r/all feed on reddit
NSFW Allとは何ですか?
NSFW Allはnsfwallextによって開発されたChromeの拡張機能で、その主な機能は「Adds NSFW posts to the /r/all feed on reddit」です。
拡張機能のスクリーンショット
NSFW All拡張機能のCRXファイルをダウンロード
NSFW All拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension to add NSFW posts back to the /r/all feed. Uses a configurable multireddit to fetch posts and then attempts to add them to the feed in the position reddit would have ranked them. Click on the extension's button to configure and then visit /r/all. New reddit currently not supported at all so expect strange behavior if attempting to use there.
拡張機能の基本情報
名前 | |
ID | kkgfmppgfjlomhijlklhiploceoekhgn |
公式URL | https://chrome.google.com/webstore/detail/nsfw-all/kkgfmppgfjlomhijlklhiploceoekhgn |
説明 | Adds NSFW posts to the /r/all feed on reddit |
ファイルサイズ | 9.38 KB |
インストール数 | 97 |
現在のバージョン | 1.1 |
最終更新日 | 2021-11-12 |
公開日 | 2021-11-12 |
開発者 | nsfwallext |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NSFW All", "description": "Adds NSFW posts to the \/r\/all feed on reddit", "version": "1.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/r\/all*" ], "js": [ "nsfw.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "resources": [ "html\/submission.html" ] } ], "action": { "default_popup": "html\/popup.html" }, "permissions": [ "storage" ], "icons": { "128": "icons\/icon128.png" } } |