YouTube Comment Deleter
Clear your YouTube comment history
YouTube Comment Deleter क्या है?
YouTube Comment Deleter ian-campbell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clear your YouTube comment history"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Comment Deleter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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/
एक्सटेंशन की मूल जानकारी
नाम | YouTube Comment Deleter |
ID | lkhceldiinefjkocccdmpgheheeddfmb |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-comment-deleter/lkhceldiinefjkocccdmpgheheeddfmb |
विवरण | Clear your YouTube comment history |
फ़ाइल का आकार | 70.04 KB |
स्थापना संख्या | 1,546 |
वर्तमान संस्करण | 2.1.1 |
अंतिम अपडेट | 2022-01-22 |
प्रकाशन तिथि | 2019-10-02 |
रेटिंग | 4.64/5 कुल 59 रेटिंग्स |
डेवलपर | ian-campbell |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ian-campbell/Erasure |
सहायता पृष्ठ URL | https://github.com/ian-campbell/Erasure |
समर्थित भाषाएँ | 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 } |