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
公式URL 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\/*"
    ]
}