Automod Fighter
Remove automod comments from reddit.
Co to jest Automod Fighter?
Automod Fighter to rozszerzenie Chrome opracowane przez mattstrouss, a jego główną funkcją jest „Remove automod comments from reddit.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Automod Fighter
Pobierz pliki rozszerzeń Automod Fighter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension removes level 1 comments by the AutoModerator bot on reddit. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pkoadnkkigkpfnmcbafcdjmpabcgclfj |
| Oficjalny URL | https://chromewebstore.google.com/detail/automod-fighter/pkoadnkkigkpfnmcbafcdjmpabcgclfj |
| Opis | Remove automod comments from reddit. |
| Rozmiar pliku | 12.99 KB |
| Liczba instalacji | 150 |
| Aktualna Wersja | 0.0.2 |
| Ostatnia Aktualizacja | 2022-08-27 |
| Data Publikacji | 2022-08-26 |
| Ocena | 4.20/5 Łącznie 5 Oceny |
| Deweloper | mattstrouss |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
}
]
} | |