Fabrego For Chrome
Fabrego
Cos'è Fabrego For Chrome?
Fabrego For Chrome è un'estensione di Chrome sviluppata da Fabrego, e la sua funzione principale è "Fabrego".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fabrego For Chrome
Scarica i file di estensione Fabrego For Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
레고 한국 공식 쇼핑몰, 아마존 등에서 재고가 있을때 알림 기능 원하는 상품에 체크만 하세요 재고가 있을 경우 알려드립니다. 더이상 레고를 구매하기 위해 쇼핑몰에서 F5 신공은 안녕.... Fabrego For Chrome
Informazioni di Base sull'Estensione
Nome | |
ID | pjlfbilcoocopeblgbafcpijkgljficm |
URL Ufficiale | https://chromewebstore.google.com/detail/fabrego-for-chrome/pjlfbilcoocopeblgbafcpijkgljficm |
Descrizione | Fabrego |
Dimensione del File | 87.96 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-03-11 |
Data di Pubblicazione | 2015-03-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Fabrego |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://jirmsin.com |
Lingue Supportate | 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" } |