Tiktok Comment Saver | Save comments in CSV
It's a simple tool that helps to export list of comments from Tiktok videos
Tiktok Comment Saver | Save comments in CSV क्या है?
Tiktok Comment Saver | Save comments in CSV http://nicext.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It's a simple tool that helps to export list of comments from Tiktok videos"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tiktok Comment Saver | Save comments in CSV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
▬▬▬▬▬▬▬ Features▬▬▬▬▬▬▬ Save comments of Tiktok videos in CSV format. ▬▬▬▬▬▬▬ Get started ▬▬▬▬▬▬▬ 1. Sign in Tiktok and open the extension. 2. Paste the link of the video to the text field then click 'GO'. 3. Click to save csv when data loading completes. ▬▬▬▬▬▬ Safe ▬▬▬▬▬▬ - This extension do not require your Tiktok password, so your ccount & data are secure. ▬▬▬▬▬▬ Is it free? ▬▬▬▬▬▬ - You can export 50 comments for FREE, purchase PRO to remove the limit. ▬▬▬▬▬▬ Support ▬▬▬▬▬▬ [email protected]
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fmnejpflcpjfccbgmbomipdkbgnbjgko |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tiktok-comment-saver-save/fmnejpflcpjfccbgmbomipdkbgnbjgko |
विवरण | It's a simple tool that helps to export list of comments from Tiktok videos |
फ़ाइल का आकार | 982 KB |
स्थापना संख्या | 48 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2021-12-13 |
प्रकाशन तिथि | 2021-08-02 |
डेवलपर | http://nicext.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://nicext.com/tiktok-comment-saver/ |
गोपनीयता नीति पृष्ठ URL | http://nicext.com/comment-exporter-for-ig/privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tiktok Comment Saver | Save comments in CSV", "description": "It's a simple tool that helps to export list of comments from Tiktok videos", "version": "1.0.2", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Tiktok Comment Saver", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background\/background.js" ] }, "web_accessible_resources": [ "inject.js" ], "permissions": [ "storage", "downloads", "https:\/\/nicext.com\/", "https:\/\/*.tiktok.com\/api\/*" ] } |