Bonusway

This is a bonus reminder extension for Bonusway, Artiway and Kopikot users. The extension notifies you every time when you are on a…

Bonuswayคืออะไร?

Bonusway เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bonusway และคุณลักษณะหลักของมันคือ "This is a bonus reminder extension for Bonusway, Artiway and Kopikot users. The extension notifies you every time when you are on a…"

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

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

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

                        This is a bonus reminder extension for Bonusway, Artiway and Kopikot users. The extension notifies you every time when you are on a website that offers cashback. You will never miss an offer again. This add-on works even in Google search results.                    

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

ชื่อ Bonusway Bonusway
ID mcdigjbnihajokfiolophengnjlcgeeb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bonusway/mcdigjbnihajokfiolophengnjlcgeeb
คำอธิบาย This is a bonus reminder extension for Bonusway, Artiway and Kopikot users. The extension notifies you every time when you are on a…
ขนาดไฟล์ 441 KB
จำนวนการติดตั้ง 37,782
เวอร์ชันปัจจุบัน 8.0.21
อัปเดตครั้งล่าสุด 2022-03-17
วันที่เผยแพร่ 2020-06-02
คะแนน 2.53/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา Bonusway
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://privacy.bonusway.com
ภาษาที่รองรับ en,nl,tr,da,et,lv,lt,hu,pl,ro,sk,fi,sv,cs,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_nameApp__",
    "default_locale": "en",
    "version": "8.0.21",
    "icons": {
        "128": "img\/b2.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/underscore.js",
                "scripts\/contentVars.js",
                "scripts\/contentUtils.js",
                "scripts\/contentDelegator.js",
                "scripts\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/content.css",
        "img\/*.png",
        "_locales\/*",
        "countries.json"
    ],
    "permissions": [
        "notifications",
        "cookies",
        "",
        "tabs",
        "storage",
        "alarms"
    ],
    "background": {
        "scripts": [
            "lib\/underscore.js",
            "scripts\/tracer.js",
            "scripts\/extensionConfig.js",
            "scripts\/backgroundUtils.js",
            "scripts\/backgroundEventListeners.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/plus_favicon.png",
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_nameApp__"
    }
}