Kijiji+ Site Enhancer
Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!
Kijiji+ Site Enhancerとは何ですか?
Kijiji+ Site Enhancerはhttp://bluemooseit.comによって開発されたChromeの拡張機能で、その主な機能は「Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!」です。
拡張機能のスクリーンショット
Kijiji+ Site Enhancer拡張機能のCRXファイルをダウンロード
Kijiji+ Site Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get ready to break-out into a happy dance once you start using Kijiji+ Site Enhancer.
- 4X speed boost with new integrated AD-BLOCKER
- 'Zen Mode' page layout removes distractions
- Infinite Scroll everywhere
- Rotate images in the gallery
- Sytle updates make site easier to read
- BIG shiny buttons instead of tiny text links for Navigation
- New [Post to Category] button instead of tiny text link
- 1-Click response messages
- Auto-fill your contact information when replying to poster
- 95% accurate CAPTHCA solver when replying to poster
- In-page Google Map preview for the 'Ad Details' and 'Ad Listing' pages
- Direct link to Google Maps Driving Directions
So many enhancements in such a tiny extension. 拡張機能の基本情報
| 名前 | |
| ID | kpfebcgmdeieiiihpplnljjldclfkflj |
| 公式URL | https://chrome.google.com/webstore/detail/kijiji+-site-enhancer/kpfebcgmdeieiiihpplnljjldclfkflj |
| 説明 | Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more! |
| ファイルサイズ | 158 KB |
| インストール数 | 144 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2017-03-08 |
| 公開日 | 2017-03-08 |
| 評価 | 4.00/5 合計 8 レビュー |
| 開発者 | http://bluemooseit.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | http://bluemooseit.com/privacy-policy |
| 対応言語 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Kijiji+ Site Enhancer",
"short_name": "Kijiji+ Site Enhancer",
"version": "1.1.0",
"description": "Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!",
"author": "Andr\u00e9 Fortin",
"default_locale": "en",
"permissions": [
"activeTab",
"storage",
"webRequest",
"webRequestBlocking",
"webNavigation",
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/maps.googleapis.com\/maps\/api\/*"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icons\/icon32.png"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"*:\/\/www.kijiji.ca\/*"
],
"css": [
"css\/style.css"
]
},
{
"run_at": "document_end",
"matches": [
"*:\/\/www.kijiji.ca\/*"
],
"js": [
"js\/jquery-3.1.1.min.js",
"js\/bootstrap.min.js",
"js\/jquery.infinitescroll-2.2.1.min.js",
"js\/captcha-solver.js",
"js\/infinitescroll.js",
"js\/mapify.js",
"js\/messaging.js",
"js\/rotation.js",
"js\/toggle-elements.js",
"js\/utils.js",
"js\/kijiji-plus.js"
],
"css": [
"css\/bootstrap.min.css"
]
}
],
"options_page": "options.html",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'",
"web_accessible_resources": [
"kijiji\/js\/filter.js",
"kijiji\/css\/style.css",
"img\/*.png",
"img\/*.gif"
]
} | |