YouTube Comment Deleter
Clear your YouTube comment history
Co je YouTube Comment Deleter?
YouTube Comment Deleter je rozšíření Chrome vyvinuté ian-campbell, a jeho hlavní funkcí je „Clear your YouTube comment history“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YouTube Comment Deleter
Stáhněte si soubory rozšíření YouTube Comment Deleter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/
Základní Informace o Rozšíření
Název | YouTube Comment Deleter |
ID | lkhceldiinefjkocccdmpgheheeddfmb |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-comment-deleter/lkhceldiinefjkocccdmpgheheeddfmb |
Popis | Clear your YouTube comment history |
Velikost souboru | 70.04 KB |
Počet instalací | 1,546 |
Aktuální Verze | 2.1.1 |
Poslední Aktualizace | 2022-01-22 |
Datum Vydání | 2019-10-02 |
Hodnocení | 4.64/5 Celkem 59 Hodnocení |
Vývojář | ian-campbell |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ian-campbell/Erasure |
URL Stránky Nápovědy | https://github.com/ian-campbell/Erasure |
Podporované Jazyky | 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 } |