exportcomments.com
Create an easy way to retrieve your session cookies
exportcomments.com là gì?
exportcomments.com là một tiện ích mở rộng Chrome được phát triển bởi ExportComments.com, và tính năng chính của nó là "Create an easy way to retrieve your session cookies".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng exportcomments.com
Tải xuống các tệp mở rộng exportcomments.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Export Comments Extension This extension makes it easier to work with our service by exporting comments using your cookies data from your Instagram, LinkedIn, YouTube or Facebook automatically. How it works? - Install the extension. - Make sure to be logged into your Instagram, YouTube, LinkedIn or Facebook account using Chrome. - The extension will automatically retrieve your cookie once you open the export page. Have questions? If you have any question about this extension, feel free to send us an email at [email protected] or contact us via our help form. You can easily Export Instagram Comments to Excel Free, Export Facebook Comments, Export Discord Conversation Chat.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | exportcomments.com |
ID | fdkllnnmgjajhplnhemfbbglbncchkjj |
URL Chính Thức | https://chromewebstore.google.com/detail/exportcommentscom/fdkllnnmgjajhplnhemfbbglbncchkjj |
Mô tả | Create an easy way to retrieve your session cookies |
Kích Thước Tệp | 270 KB |
Số Lần Cài Đặt | 4,482 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-07-11 |
Ngày Phát Hành | 2020-04-06 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | ExportComments.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://exportcomments.com |
URL Trang Trợ Giúp | https://exportcomments.com/contact |
URL Trang Chính Sách Bảo Mật | https://exportcomments.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "scripts": [ "\/js\/background.js", "\/js\/data.js" ] }, "browser_action": { "default_icon": { "128": "img\/icon.png" } }, "content_scripts": [ { "js": [ "\/js\/main.js", "\/js\/data.js" ], "matches": [ "*:\/\/exportcomments.com\/*" ], "run_at": "document_end" } ], "description": "Create an easy way to retrieve your session cookies", "homepage_url": "https:\/\/exportcomments.com\/", "icons": { "128": "img\/icon.png", "48": "img\/icon.png" }, "manifest_version": 2, "name": "exportcomments.com", "permissions": [ "notifications", "cookies", "*:\/\/*.exportcomments.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/github.com\/*", "*:\/\/*.instagram.com\/*", "*:\/\/*.intercom.io\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.medium.com\/*", "*:\/\/*.producthunt.com\/*", "*:\/\/*.slack.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.uber.com\/*", "*:\/\/*.youtube.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2" } |