Automod Fighter
Remove automod comments from reddit.
Automod Fighterとは何ですか?
Automod Fighterはmattstroussによって開発されたChromeの拡張機能で、その主な機能は「Remove automod comments from reddit.」です。
拡張機能のスクリーンショット
Automod Fighter拡張機能のCRXファイルをダウンロード
Automod Fighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension removes level 1 comments by the AutoModerator bot on reddit. 拡張機能の基本情報
| 名前 | |
| ID | pkoadnkkigkpfnmcbafcdjmpabcgclfj |
| 公式URL | https://chromewebstore.google.com/detail/automod-fighter/pkoadnkkigkpfnmcbafcdjmpabcgclfj |
| 説明 | Remove automod comments from reddit. |
| ファイルサイズ | 12.99 KB |
| インストール数 | 150 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2022-08-27 |
| 公開日 | 2022-08-26 |
| 評価 | 4.20/5 合計 5 レビュー |
| 開発者 | mattstrouss |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Automod Fighter",
"version": "0.0.2",
"description": "Remove automod comments from reddit.",
"icons": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/www.reddit.com\/*",
"https:\/\/old.reddit.com\/*"
]
}
]
} | |