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 là gì?

Bonusway là một tiện ích mở rộng Chrome được phát triển bởi Bonusway, và tính năng chính của nó là "This is a bonus reminder extension for Bonusway, Artiway and Kopikot users. The extension notifies you every time when you are on a…".

Tải xuống tệp CRX của tiện ích mở rộng Bonusway

Tải xuống các tệp mở rộng Bonusway dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bonusway Bonusway
ID mcdigjbnihajokfiolophengnjlcgeeb
URL Chính Thức https://chromewebstore.google.com/detail/bonusway/mcdigjbnihajokfiolophengnjlcgeeb
Mô tả This is a bonus reminder extension for Bonusway, Artiway and Kopikot users. The extension notifies you every time when you are on a…
Kích Thước Tệp 441 KB
Số Lần Cài Đặt 37,782
Phiên Bản Hiện Tại 8.0.21
Cập Nhật Lần Cuối 2022-03-17
Ngày Phát Hành 2020-06-02
Đánh Giá 2.53/5 Tổng số 34 Đánh Giá
Nhà Phát Triển Bonusway
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://privacy.bonusway.com
Ngôn Ngữ Được Hỗ Trợ 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__"
    }
}