SocialGood: Get SG crypto free

Get the high-growth crypto asset (SocialGood - SG) without investing your money!

SocialGood: Get SG crypto freeคืออะไร?

SocialGood: Get SG crypto free เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SocialGood และคุณลักษณะหลักของมันคือ "Get the high-growth crypto asset (SocialGood - SG) without investing your money!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SocialGood: Get SG crypto free

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

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

                        SG will rise in price with our patented crypto buyback system. Many long-term SG holders users each have SG assets worth over $10,000!

This app gives you SG (listed on MEXC, Bitmart, Uniswap, etc.) for free right away.

How will the price of SG rise?
It's simple- the more you shop via the app, the more we buy back SG from the market, raising the price of SG even higher.

Over 2.3 million app downloads, and the community is still growing, with many long-term holders who each hold over $10,000 in SG assets. It’s time to make assets accessible for everyone worldwide. For a limited time, get a Welcome Gift of SG worth $200 when you register for free!

About SocialGood:
Website: https://socialgood.inc
Twitter: https://twitter.com/socialgood_inc                    

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

ชื่อ SocialGood: Get SG crypto free SocialGood: Get SG crypto free
ID nkcelicpnkfoljdjomhgialiopkchkpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/socialgood-get-sg-crypto/nkcelicpnkfoljdjomhgialiopkchkpm
คำอธิบาย Get the high-growth crypto asset (SocialGood - SG) without investing your money!
ขนาดไฟล์ 720 KB
จำนวนการติดตั้ง 10,058
เวอร์ชันปัจจุบัน 2.18
อัปเดตครั้งล่าสุด 2024-01-30
วันที่เผยแพร่ 2022-05-30
คะแนน 4.19/5 รวมทั้งหมด 54 คะแนน
ผู้พัฒนา SocialGood
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://socialgood.inc/
URL หน้าช่วยเหลือ https://socialgood.zendesk.com/
URL หน้านโยบายความเป็นส่วนตัว https://socialgood.zendesk.com/hc/en-us/articles/900002030083
ภาษาที่รองรับ en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "2.18",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/api-stg.socialgood-shopping.com\/",
        "https:\/\/api.socialgood-shopping.com\/"
    ],
    "action": {
        "default_popup": "\/pages\/welcome.html"
    },
    "icons": {
        "16": "\/icons\/chex_extension_icon_inactive_16.png",
        "32": "\/icons\/chex_extension_icon_inactive_32.png",
        "48": "\/icons\/chex_extension_icon_inactive_48.png",
        "128": "\/icons\/chex_extension_icon_inactive_128.png"
    },
    "options_page": "\/pages\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/extension-stg.socialgood-shopping.com\/*",
                "*:\/\/extension.socialgood-shopping.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "css": [
                "\/styles\/popup.css"
            ],
            "js": [
                "\/js\/popup.js"
            ]
        },
        {
            "matches": [
                "*:\/\/extension.socialgood-shopping.com\/chrome\/activate.html*",
                "*:\/\/extension-stg.socialgood-shopping.com\/chrome\/activate.html*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "js": [
                "\/js\/activate.js",
                "\/js\/i18n-messages.js"
            ]
        },
        {
            "matches": [
                "*:\/\/extension.socialgood-shopping.com\/chrome\/signin.html*",
                "*:\/\/extension-stg.socialgood-shopping.com\/chrome\/signin.html*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "js": [
                "\/js\/activate_signin.js",
                "\/js\/i18n-messages.js"
            ]
        },
        {
            "matches": [
                "*:\/\/extension.socialgood-shopping.com\/chrome\/homepage.html*",
                "*:\/\/extension-stg.socialgood-shopping.com\/chrome\/homepage.html*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "js": [
                "\/js\/activate_homepage.js",
                "\/js\/i18n-messages.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/search?*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "js": [
                "\/js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "\/images\/new\/*"
            ]
        }
    ]
}