exportcomments.com
Create an easy way to retrieve your session cookies
什么是exportcomments.com?
exportcomments.com是由ExportComments.com开发的Chrome扩展程序,该扩展的主要功能是“Create an easy way to retrieve your session cookies”。
扩展截图
下载exportcomments.com扩展crx文件
下载exportcomments.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | exportcomments.com |
ID | fdkllnnmgjajhplnhemfbbglbncchkjj |
官方URL | https://chromewebstore.google.com/detail/exportcommentscom/fdkllnnmgjajhplnhemfbbglbncchkjj |
简介 | Create an easy way to retrieve your session cookies |
文件大小 | 270 KB |
安装次数 | 4,482 |
当前版本 | 1.0.2 |
更新时间 | 2023-07-11 |
上架时间 | 2020-04-06 |
评分 | 3.00/5 共2次评分 |
开发者 | ExportComments.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://exportcomments.com |
帮助页面URL | https://exportcomments.com/contact |
隐私政策页面URL | https://exportcomments.com/privacy |
支持的语言 | 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" } |