Grin V2

More visibility for your Instagram bio.

Grin V2คืออะไร?

Grin V2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://grin.cabral.br.com และคุณลักษณะหลักของมันคือ "More visibility for your Instagram bio."

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

screenshot

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

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

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

                        O Grin aumenta a visibilidade da sua conta do Instagram. Atráves dos mecanismos presentes nele, ele consegue atrair seguidores para sua conta e curtidas para suas postagens mais recentes.                    

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

ชื่อ Grin V2 Grin V2
ID copaacobnkbcemmbnfbaffmnpjfoakfe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/grin-v2/copaacobnkbcemmbnfbaffmnpjfoakfe
คำอธิบาย More visibility for your Instagram bio.
ขนาดไฟล์ 147 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2019-07-19
วันที่เผยแพร่ 2019-07-19
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://grin.cabral.br.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "grin",
    "version": "2.4",
    "description": "__MSG_slogan__",
    "default_locale": "en",
    "icons": {
        "16": "images\/0016.png",
        "32": "images\/0032.png",
        "64": "images\/0064.png",
        "128": "images\/0128.png",
        "256": "images\/0256.png",
        "512": "images\/0512.png",
        "1024": "images\/1024.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'",
    "permissions": [
        "*:\/\/www.instagram.com\/*",
        "*:\/\/grin.cabral.br.com\/*",
        "*:\/\/grin-dev.cabral.br.com\/*",
        "*:\/\/localhost\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.instagram.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "images\/0016.png",
        "default_popup": "code\/popup.html"
    },
    "background": {
        "scripts": [
            "code\/cors.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "code\/script.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ]
}