Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "K+ Reposter", "description": "Easily repost your Kijiji ads", "version": "6.0.8", "icons": { "128": "icon\/128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuCbDs5ckX4C7I6Z9VHI27oQIzxjB30p+EoB5BJMpGCQKZGBF1zmEdr6iqSaUhe\/qJDQV+Yx3HtUupun8nVLvX\/7r21rLUzYa2I6CbDVXGvVN+TCi3xJKf2izrB2TDYvBbfUsv4g+V9MXlW5tljbhRgiKszkfUoaBaTOX3\/MJlN1HKg0QpGySOkGUpCWm3aiofWOKBaUuyNrQQjzUqZk6ByTCTj7Hk74QYzOIP4ZsX417mrGNbKCMRKH2x\/s7D6mcq7+tFKLScrARCuK1By60jyGdYYkXslL4KENQMuA3TRTkDvXz2dHTTbVlJkPZ3ZUBZDDGf2xMw4fc3VJR0L7S7wIDAQAB", "permissions": [ "sidePanel", "storage", "alarms", "tabs" ], "content_scripts": [ { "js": [ "ExtPay.js" ], "matches": [ "https:\/\/extensionpay.com\/*" ], "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" } }