Sajin

Save photos from Instagram with one click.

Sajinคืออะไร?

Sajin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kruazzan.ru และคุณลักษณะหลักของมันคือ "Save photos from Instagram with one click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sajin

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}