Fabrego For Chrome
Fabrego
What is Fabrego For Chrome?
Fabrego For Chrome is a Chrome extension developed by Fabrego, and its main feature is "Fabrego".
Extension Screenshots
Download Fabrego For Chrome Extension CRX File
Download Fabrego For Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
레고 한국 공식 쇼핑몰, 아마존 등에서 재고가 있을때 알림 기능 원하는 상품에 체크만 하세요 재고가 있을 경우 알려드립니다. 더이상 레고를 구매하기 위해 쇼핑몰에서 F5 신공은 안녕.... Fabrego For Chrome
Extension Basic Information
Name | |
ID | pjlfbilcoocopeblgbafcpijkgljficm |
Official URL | https://chromewebstore.google.com/detail/fabrego-for-chrome/pjlfbilcoocopeblgbafcpijkgljficm |
Description | Fabrego |
File Size | 87.96 KB |
Installation Count | 22 |
Current Version | 1.2 |
Last Updated | 2015-03-11 |
Publish Date | 2015-03-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Fabrego |
Payment Type | free |
Extension Website | http://jirmsin.com |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Fabrego", "default_icon": "icon_24.png", "default_popup": "index.html" }, "description": "Fabrego", "icons": { "128": "icon_128.png", "16": "icon_16.png", "24": "icon_24.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.jirmsin.com; object-src 'self'", "manifest_version": 2, "name": "Fabrego For Chrome", "permissions": [ "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "gcm", "storage" ], "version": "1.2" } |