Sajin
Save photos from Instagram with one click.
What is Sajin?
Sajin is a Chrome extension developed by https://kruazzan.ru, and its main feature is "Save photos from Instagram with one click.".
Extension Screenshots
Download Sajin Extension CRX File
Download Sajin 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
Free extension Sajin allows you to save photos from Instagram just with one click. Open the photo page in Chrome, click on the icon of extension and in a few seconds you can find the image in the Downloads folder.
Extension Basic Information
Name | Sajin |
ID | bdjnmlcmojknnbkhnglijimdkmpmmpij |
Official URL | https://chromewebstore.google.com/detail/sajin/bdjnmlcmojknnbkhnglijimdkmpmmpij |
Description | Save photos from Instagram with one click. |
File Size | 48.61 KB |
Installation Count | 20 |
Current Version | 0.21 |
Last Updated | 2015-12-01 |
Publish Date | 2015-11-30 |
Rating | 4.86/5 Total 7 Ratings |
Developer | https://kruazzan.ru |
Payment Type | free |
Extension Website | http://sajin.kruazzan.ru/en/ |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sajin", "short_name": "Sajin", "description": "__MSG_desc__", "version": "0.21", "author": "Konstantin Savinov", "homepage_url": "http:\/\/sajin.kruazzan.ru\/", "default_locale": "ru", "browser_action": { "default_icon": "icon64.png", "default_title": "__MSG_ttl__" }, "icons": { "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js", "jquery.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "permissions": [ "tabs", "downloads", "https:\/\/*.instagram.com\/*" ] } |