WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
K+ Reposter

K+ Reposter

View on Chrome Web Store
View K+ Reposter Chrome Extension on Chrome Web Store
Add to bookmarks
3.4 (51 ratings)
1 new ratings
28 views
This extension has been viewed 28 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Easily repost your Kijiji ads
Type
Extension
Users
818 users
3
Trip.S.Software
View author page of Trip.S.Software
Published
Published on April 13, 2024
Version 6.0.16
Manifest version
3
Updated
Updated on June 23, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View K+ Reposter Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "K+ Reposter",
    "description": "Easily repost your Kijiji ads",
    "version": "6.0.16",
    "icons": {
        "128": "icon\/128.png"
    },
    "permissions": [
        "sidePanel",
        "storage",
        "alarms",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/kijiji.ca\/",
        "https:\/\/www.kijiji.ca\/"
    ],
    "content_scripts": [
        {
            "js": [
                "ExtPay.js"
            ],
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "disable-eval.js"
            ],
            "matches": [
                "https:\/\/www.kijiji.ca\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.kijiji.ca\/m-my-ads*"
            ],
            "css": [
                "content-scripts\/ads-page.css"
            ],
            "js": [
                "content-scripts\/ads-page.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.kijiji.ca\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content-scripts\/repost-similar.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.kijiji.ca\/p-edit-ad.html?adId=*"
            ],
            "run_at": "document_end",
            "js": [
                "content-scripts\/repost.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.kijiji.ca\/t-my-orders*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/return-ads.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Kijiji Reposter",
        "default_popup": "popup.html"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top