Sajin

Save photos from Instagram with one click.

什麼是Sajin?

Sajin是由https://kruazzan.ru開發的Chrome擴展程式,該擴展的主要功能是“Save photos from Instagram with one click.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Sajin擴展crx文件

下載Sajin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Sajin Sajin
ID bdjnmlcmojknnbkhnglijimdkmpmmpij
官方網址 https://chromewebstore.google.com/detail/sajin/bdjnmlcmojknnbkhnglijimdkmpmmpij
簡介 Save photos from Instagram with one click.
檔案大小 48.61 KB
安裝次數 20
目前版本 0.21
更新時間 2015-12-01
上架時間 2015-11-30
評分 4.86/5 共 7 次評分
開發者 https://kruazzan.ru
付費類型 free
擴展官網 http://sajin.kruazzan.ru/en/
支援的語言 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\/*"
    ]
}