Automod Fighter
Remove automod comments from reddit.
Wat is Automod Fighter?
Automod Fighter is een Chrome-extensie ontwikkeld door mattstrouss, en de belangrijkste functie is "Remove automod comments from reddit.".
Extensie Screenshots
Download het CRX-bestand van de extensie Automod Fighter
Download Automod Fighter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension removes level 1 comments by the AutoModerator bot on reddit. Basisinformatie over de Extensie
| Naam | |
| ID | pkoadnkkigkpfnmcbafcdjmpabcgclfj |
| Officiële URL | https://chromewebstore.google.com/detail/automod-fighter/pkoadnkkigkpfnmcbafcdjmpabcgclfj |
| Beschrijving | Remove automod comments from reddit. |
| Bestandsgrootte | 12.99 KB |
| Aantal Installaties | 150 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2022-08-27 |
| Publicatiedatum | 2022-08-26 |
| Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | mattstrouss |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |