Flubit Extension

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

Flubit Extensionคืออะไร?

Flubit Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Flubit.com และคุณลักษณะหลักของมันคือ "Find a better price on any product you want to buy using the Flubit Extension"

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

screenshot

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

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

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

                        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                    

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

ชื่อ Flubit Extension Flubit Extension
ID imfdokopehhkecohfljakjagcgohinnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flubit-extension/imfdokopehhkecohfljakjagcgohinnc
คำอธิบาย Find a better price on any product you want to buy using the Flubit Extension
ขนาดไฟล์ 46.68 KB
จำนวนการติดตั้ง 1,711
เวอร์ชันปัจจุบัน 1.2.9.4
อัปเดตครั้งล่าสุด 2017-10-06
วันที่เผยแพร่ 2017-10-06
คะแนน 4.46/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา Flubit.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}