YouTube Comment Deleter
Clear your YouTube comment history
Co to jest YouTube Comment Deleter?
YouTube Comment Deleter to rozszerzenie Chrome opracowane przez ian-campbell, a jego główną funkcją jest „Clear your YouTube comment history”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Comment Deleter
Pobierz pliki rozszerzeń YouTube Comment Deleter 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
Erase your YouTube comment history. Simply add to Chrome, open the extension, navigate to your comment history page, and then clear your comment history slow and steady. Opinions and code contributions welcome at https://github.com/ian-campbell/Erasure/discussions/
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube Comment Deleter |
ID | lkhceldiinefjkocccdmpgheheeddfmb |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-comment-deleter/lkhceldiinefjkocccdmpgheheeddfmb |
Opis | Clear your YouTube comment history |
Rozmiar pliku | 70.04 KB |
Liczba instalacji | 1,546 |
Aktualna Wersja | 2.1.1 |
Ostatnia Aktualizacja | 2022-01-22 |
Data Publikacji | 2019-10-02 |
Ocena | 4.64/5 Łącznie 59 Oceny |
Deweloper | ian-campbell |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ian-campbell/Erasure |
Adres URL Strony Pomocy | https://github.com/ian-campbell/Erasure |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Comment Deleter", "version": "2.1.1", "description": "Clear your YouTube comment history", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" } }, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "manifest_version": 2 } |