Kijiji Repost Now + Tweaks
This extension will repost kijiji ad's instantly. A free bump-up to page 1.
Kijiji Repost Now + Tweaks là gì?
Kijiji Repost Now + Tweaks là một tiện ích mở rộng Chrome được phát triển bởi http://coolshrimpmodz.com, và tính năng chính của nó là "This extension will repost kijiji ad's instantly. A free bump-up to page 1.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kijiji Repost Now + Tweaks
Tải xuống các tệp mở rộng Kijiji Repost Now + Tweaks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Updated & Working: April 13, 2019 *Duplicate Ad Detection Bypassed. We make it possible to repost multiple ads with one click! You can also repost an ad similar to one you already have quickly. We have added a few tweaks to make using the site more efficient. Additional Tweaks: -Quick map added to listing pages. -Phone number shows full automatically. -Larger and re-sizable description box when posting and editing ads. -Most ads removed from site. Recently Added: -Paid Top Ads - Highlighted In Yellow -Paid Normal Ads - Highlighted In Green -Dealer/Realtor Ads - Highlighted In Blue -Free Normal Ads - Remain In White -Real Estate Ads Can Now Be Re-posted -Ad Type Can Be Changed Between For Sale & Wanted -Address Can Be Edited In All Ads -Wanted Ads Can Be Re-posted (You Must Open Edit Page, Select "I want", Then Click Repost From Top Or Bottom Of Page Every time. Only Solution For NOW..) *NOTE: Kijiji can lock your account if you abuse this extension and spam. We are not responsible for the use of this extension, it may violate there TOS. Remember to delete your old ads after reposting as they do not like duplicates. Also be careful of the 25-ads per day total limit, if you delete and ad and your past your 25 ad daily limit you will not be able to repost it, you will have to remake the ad manually the next day. Real Estate & Services sections is limited to 2 ads total. All other sections have various limits.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dbgajgfeeckpidddhbdocoeifppmfldi |
URL Chính Thức | https://chrome.google.com/webstore/detail/kijiji-repost-now-+-tweak/dbgajgfeeckpidddhbdocoeifppmfldi |
Mô tả | This extension will repost kijiji ad's instantly. A free bump-up to page 1. |
Kích Thước Tệp | 117 KB |
Số Lần Cài Đặt | 564 |
Phiên Bản Hiện Tại | 3.8.0 |
Cập Nhật Lần Cuối | 2019-04-13 |
Ngày Phát Hành | 2019-04-13 |
Đánh Giá | 3.19/5 Tổng số 64 Đánh Giá |
Nhà Phát Triển | http://coolshrimpmodz.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://coolshrimpmodz.com |
URL Trang Trợ Giúp | https://www.facebook.com/CoolshrimpModz |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kijiji Repost Now + Tweaks", "short_name": "Kijiji Repost Now", "permissions": [ "storage", "tabs" ], "icons": { "48": "icon64.png", "128": "icon128.png" }, "description": "This extension will repost kijiji ad's instantly. A free bump-up to page 1.", "version": "3.8.0", "background": { "scripts": [ "jquery-2.1.0.min.js", "background.js" ] }, "web_accessible_resources": [ "infoBanner.html", "images\/*", "options.html" ], "content_scripts": [ { "matches": [ "*:\/\/*.kijiji.ca\/*" ], "js": [ "jquery-2.1.0.min.js", "kijiji.js" ] } ], "browser_action": { "default_icon": { "19": "icon64.png", "38": "icon128.png" } } } |