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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kijiji+ Site Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Kijiji+ Site Enhancer Kijiji+ Site Enhancer
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
ईमेल [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"
    ]
}