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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |