Flubit Extension

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

Flubit Extension क्या है?

Flubit Extension Flubit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find a better price on any product you want to buy using the Flubit Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Flubit Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}