YouTube Comment Deleter

Clear your YouTube comment history

Vad är YouTube Comment Deleter?

YouTube Comment Deleter är en Chrome-tillägg utvecklad av ian-campbell, och dess huvudfunktion är "Clear your YouTube comment history".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube Comment Deleter-förlängningens CRX-fil

Ladda ner YouTube Comment Deleter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn YouTube Comment Deleter YouTube Comment Deleter
ID lkhceldiinefjkocccdmpgheheeddfmb
Officiell webbadress https://chromewebstore.google.com/detail/youtube-comment-deleter/lkhceldiinefjkocccdmpgheheeddfmb
Beskrivning Clear your YouTube comment history
Filstorlek 70.04 KB
Antal Installationer 1,546
Aktuell Version 2.1.1
Senast Uppdaterad 2022-01-22
Publiceringsdatum 2019-10-02
Betyg 4.64/5 Totalt 59 Betyg
Utvecklare ian-campbell
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ian-campbell/Erasure
Hjälpsida URL https://github.com/ian-campbell/Erasure
Stödda Språk 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
}