Bitcashback

Estensione che ti notifica quando ti trovi in un negozio affiliato a Bitcashback

Bitcashback là gì?

Bitcashback là một tiện ích mở rộng Chrome được phát triển bởi https://bitcashback.net, và tính năng chính của nó là "Estensione che ti notifica quando ti trovi in un negozio affiliato a Bitcashback".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Bitcashback 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

                        bitCashback è il primo sito italiano che paga cashback in bitcoin a chi fa acquisti online nei negozi convenzionati.

L’estensione è utile perchè ti  informa se il negozio che stai visitando ti offre il nostro cashback in bitcoin. Inoltre ti mostra anche se quel negozio ha dei codici sconto attivi che ti possono fare risparmiare sulla tua spesa.

L’estensione ti aiuta anche a migliorare il sistema di tracciamento del tuo cashback in bitcoin e potrebbe assegnarti promozioni e token in omaggio non disponibili agli altri utenti di bitcashback.net.                    

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

Tên Bitcashback Bitcashback
ID ledcljjhlgnpecmppjmganlmoppekkff
URL Chính Thức https://chromewebstore.google.com/detail/bitcashback/ledcljjhlgnpecmppjmganlmoppekkff
Mô tả Estensione che ti notifica quando ti trovi in un negozio affiliato a Bitcashback
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 4,316
Phiên Bản Hiện Tại 2.4.1
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2023-01-16
Đánh Giá 4.64/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://bitcashback.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bitcashback.net/
URL Trang Trợ Giúp https://bitcashback.net/faq
URL Trang Chính Sách Bảo Mật https://www.iubenda.com/privacy-policy/40223496/full-legal
Ngôn Ngữ Được Hỗ Trợ it
manifest.json
{
    "minimum_chrome_version": "93",
    "background": {
        "service_worker": "script\/worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/bitcback-38.png",
        "default_title": "BitCashback: il tuo cashback in bitcoin"
    },
    "content_scripts": [
        {
            "css": [
                "css\/bitcback.css"
            ],
            "js": [
                "script\/initialize.js",
                "script\/content_script.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "script\/initialize.js",
                "script\/bitcback.js"
            ],
            "matches": [
                "https:\/\/bitcashback.net\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "cookies",
        "clipboardWrite"
    ],
    "description": "Estensione che ti notifica quando ti trovi in un negozio affiliato a Bitcashback",
    "icons": {
        "128": "images\/bitcback-128.png",
        "16": "images\/bitcback-16.png",
        "19": "images\/bitcback-19.png",
        "32": "images\/bitcback-32.png",
        "38": "images\/bitcback-38.png",
        "48": "images\/bitcback-48.png"
    },
    "manifest_version": 3,
    "name": "Bitcashback",
    "optional_permissions": [
        "privacy"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "options_ui": {
        "page": "pages\/options.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.4.1",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/bitcback-38.png",
                "images\/bitcback-128.png",
                "images\/bitcback-icon-white.svg",
                "pages\/alert-popup.html",
                "script\/captured.js",
                "script\/notification.js",
                "script\/alert.js",
                "script\/module\/variable.js",
                "fonts\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [],
            "use_dynamic_url": false
        }
    ]
}