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.
擴展基本資訊
名稱 | Automod Fighter |
ID | pkoadnkkigkpfnmcbafcdjmpabcgclfj |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } ] } |