Kendo
Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the…
Kendoとは何ですか?
Kendoはhttps://vitara.infoによって開発されたChromeの拡張機能で、その主な機能は「Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the…」です。
拡張機能のスクリーンショット
Kendo拡張機能のCRXファイルをダウンロード
Kendo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simply the best deals!
Finding great deals online can be tedious - let Kendo do the hard work for you.
Kendo shopping finds the best deals for you!
Get it now it is free and 100% safe - no registration needed! 拡張機能の基本情報
| 名前 | |
| ID | gfkmgghdehpjbgmkjdklloiobnjncdom |
| 公式URL | https://chromewebstore.google.com/detail/kendo/gfkmgghdehpjbgmkjdklloiobnjncdom |
| 説明 | Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the… |
| ファイルサイズ | 8.94 KB |
| インストール数 | 191 |
| 現在のバージョン | 1.2.8 |
| 最終更新日 | 2016-05-31 |
| 公開日 | 2016-05-31 |
| 評価 | 5.00/5 合計 7 レビュー |
| 開発者 | https://vitara.info |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | http://www.kendoshopping.com/FAQ.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Kendo",
"short_name": "Kendo",
"version": "1.2.8",
"web_accessible_resources": [
"jsdist\/kendo-shopping-extension.js"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end",
"js": [
"jsdist\/kendo-shopping-content.js"
]
}
],
"icons": {
"16": "images\/kendo-128x128.png",
"48": "images\/logo128.png",
"128": "images\/logo128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"homepage_url": "http:\/\/kendoshopping.com\/"
} | |