Flubit Extension
Find a better price on any product you want to buy using the Flubit Extension
什么是Flubit Extension?
Flubit Extension是由Flubit.com开发的Chrome扩展程序,该扩展的主要功能是“Find a better price on any product you want to buy using the Flubit Extension”。
扩展截图
下载Flubit Extension扩展crx文件
下载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 |
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" ] } |