Voucher Genius Extension
This extension shows the Voucher Genius Extension
Voucher Genius Extensionとは何ですか?
Voucher Genius ExtensionはVoucher Geniusによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the Voucher Genius Extension」です。
拡張機能のスクリーンショット
Voucher Genius Extension拡張機能のCRXファイルをダウンロード
Voucher Genius Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Voucher Genius finds the best vouchers, promotion codes and discounts when you are browsing so you can apply them and Save Money Every Day. Once installed, our icon will be displayed in the top right bar. When you are shopping online and vouchers are found for the specific website or product, our icon changes color from blue to orange and will display. on top of the icon, the number of vouchers found. Visit us at: http://vouchergenius.com
拡張機能の基本情報
名前 | Voucher Genius Extension |
ID | dloibnjehigboffjikiaogichnlchedi |
公式URL | https://chromewebstore.google.com/detail/voucher-genius-extension/dloibnjehigboffjikiaogichnlchedi |
説明 | This extension shows the Voucher Genius Extension |
ファイルサイズ | 211 KB |
インストール数 | 94 |
現在のバージョン | 1.0.19 |
最終更新日 | 2018-11-12 |
公開日 | 2018-11-12 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Voucher Genius |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | http://vouchergenius.com/privacy-policy/ |
プライバシーポリシーページのURL | http://vouchergenius.com/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voucher Genius Extension", "description": "This extension shows the Voucher Genius Extension", "version": "1.0.19", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click for Vouchers!" }, "background": { "scripts": [ "assets\/scripts\/background.js", "assets\/scripts\/getvouchers.js", "assets\/scripts\/switchdivs.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/js\/jquery-3.2.1.min.js", "assets\/js\/content.js", "assets\/js\/bootstrap.min.js", "assets\/js\/fontawesome.js" ], "css": [ "assets\/css\/vgstyles.css", "assets\/css\/vg-toaster-styles.css", "assets\/css\/3rd.css", "assets\/css\/fontawesome.min.css" ] } ], "permissions": [ "activeTab", "tabs", "clipboardWrite", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/www.vouchergenius.com\/*", "http:\/\/vouchergenius.com\/*", "http:\/\/vgbackend.vouchergenius.com\/vgbe\/*" ], "web_accessible_resources": [ "Voucher-Genius8.png", "cut.png", "asas.png", "toaster.js", "toaster.html" ] } |