Social Media Profile Saver
Allows you to save the important details from a profile page as an HTML document
What is Social Media Profile Saver?
Social Media Profile Saver is a Chrome extension developed by Unknown, and its main feature is "Allows you to save the important details from a profile page as an HTML document".
Extension Screenshots
Download Social Media Profile Saver Extension CRX File
Download Social Media Profile Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows you to save the important details from a profile page as an HTML document
Extension Basic Information
Name | Social Media Profile Saver |
ID | okfbgbjbkfkndojokpjpfmhgadedmamb |
Official URL | https://chromewebstore.google.com/detail/social-media-profile-save/okfbgbjbkfkndojokpjpfmhgadedmamb |
Description | Allows you to save the important details from a profile page as an HTML document |
File Size | 13.71 KB |
Installation Count | 93 |
Current Version | 1.1.1 |
Last Updated | 2017-02-17 |
Publish Date | 2017-02-17 |
Rating | 1.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Media Profile Saver", "version": "1.1.1", "manifest_version": 2, "icons": { "128": "save-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.linkedin.com\/*", "https:\/\/*.linkedin.com\/*" ], "js": [ "profile_content.js", "profile_content_old.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*.linkedin.com\/recruiter\/profile\/*", "https:\/\/*.linkedin.com\/recruiter\/profile\/*" ], "js": [ "recruiter_profile_content.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*.linkedin.com\/*", "https:\/\/*.linkedin.com\/*" ], "js": [ "push_state.js" ], "run_at": "document_start" } ] } |