Stormgram

Stormgram enables you to put likes much faster on multiple Instagram accounts!

Stormgramคืออะไร?

Stormgram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alessandro Marotta และคุณลักษณะหลักของมันคือ "Stormgram enables you to put likes much faster on multiple Instagram accounts!"

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

ดาวน์โหลดไฟล์ส่วนขยาย Stormgram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Stormgram enables you to put likes much faster on multiple Instagram accounts!
Drop down your Instagram accounts and Stormgram will put like on first post of each account!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stormgram Stormgram
ID epikaabdghjinijbgcfnmnepjpejjknm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/stormgram/epikaabdghjinijbgcfnmnepjpejjknm
คำอธิบาย Stormgram enables you to put likes much faster on multiple Instagram accounts!
ขนาดไฟล์ 19.94 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.9.1
อัปเดตครั้งล่าสุด 2017-08-10
วันที่เผยแพร่ 2017-08-10
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Alessandro Marotta
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/alessandromarotta/stormgram
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stormgram",
    "short_name": "Stormgram",
    "description": "Stormgram enables you to put likes much faster on multiple Instagram accounts!",
    "version": "0.9.1",
    "author": "Alessandro Marotta",
    "icons": {
        "16": "icons\/favicon.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "notifications",
        "https:\/\/www.instagram.com\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-action.png",
        "default_popup": "popup.html"
    }
}