Fabrego For Chrome
Fabrego
Wat is Fabrego For Chrome?
Fabrego For Chrome is een Chrome-extensie ontwikkeld door Fabrego, en de belangrijkste functie is "Fabrego".
Extensie Screenshots
Download het CRX-bestand van de extensie Fabrego For Chrome
Download Fabrego For Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
레고 한국 공식 쇼핑몰, 아마존 등에서 재고가 있을때 알림 기능 원하는 상품에 체크만 하세요 재고가 있을 경우 알려드립니다. 더이상 레고를 구매하기 위해 쇼핑몰에서 F5 신공은 안녕.... Fabrego For Chrome
Basisinformatie over de Extensie
Naam | |
ID | pjlfbilcoocopeblgbafcpijkgljficm |
Officiële URL | https://chromewebstore.google.com/detail/fabrego-for-chrome/pjlfbilcoocopeblgbafcpijkgljficm |
Beschrijving | Fabrego |
Bestandsgrootte | 87.96 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-03-11 |
Publicatiedatum | 2015-03-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Fabrego |
Betalingswijze | free |
Extensiewebsite | http://jirmsin.com |
Ondersteunde Talen | 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" } |