Flubit Extension

Find a better price on any product you want to buy using the Flubit Extension

Flubit Extension là gì?

Flubit Extension là một tiện ích mở rộng Chrome được phát triển bởi Flubit.com, và tính năng chính của nó là "Find a better price on any product you want to buy using the Flubit Extension".

Ả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 Flubit Extension

Tải xuống các tệp mở rộng Flubit Extension 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 the official Flubit.com extension for Chrome

We’ll simplify your Flubit experience by always being with you on your favourite shopping websites, enabling you to search the product you're looking to buy on Flubit.com.

By adding this extension you agree to allow Flubit to add a Flubit button at respectable and appropriate places on websites. You can turn this off at any time.
 
You must be a Flubit user to activate this extension. You can sign up at Flubit.com. 

By using this extension you agree and understand the Flubit Terms and Conditions  < https://flubit.com/Contact/Terms/ > and Privacy Policy < https://flubit.com/Contact/Terms/#privacy-policy >
 
Enjoy using the Flubit extension to simplify your Flubit experience!  
 
The Flubit Team                    

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

Tên Flubit Extension Flubit Extension
ID imfdokopehhkecohfljakjagcgohinnc
URL Chính Thức https://chromewebstore.google.com/detail/flubit-extension/imfdokopehhkecohfljakjagcgohinnc
Mô tả Find a better price on any product you want to buy using the Flubit Extension
Kích Thước Tệp 46.68 KB
Số Lần Cài Đặt 1,711
Phiên Bản Hiện Tại 1.2.9.4
Cập Nhật Lần Cuối 2017-10-06
Ngày Phát Hành 2017-10-06
Đánh Giá 4.46/5 Tổng số 28 Đánh Giá
Nhà Phát Triển Flubit.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flubit Extension",
    "description": "Find a better price on any product you want to buy using the Flubit Extension",
    "homepage_url": "https:\/\/flubit.com",
    "manifest_version": 2,
    "version": "1.2.9.4",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.co.uk\/*"
            ],
            "js": [
                "jquery.js",
                "myscript.js",
                "popup.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; frame-src https:\/\/flubit.com",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.amazon.co.uk\/*"
    ],
    "web_accessible_resources": [
        "config.json",
        "icon128-white.png"
    ]
}