exportcomments.com
Create an easy way to retrieve your session cookies
exportcomments.comคืออะไร?
exportcomments.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ExportComments.com และคุณลักษณะหลักของมันคือ "Create an easy way to retrieve your session cookies"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย exportcomments.com
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |