Query Inject
Utility to inject query parameters before the page loads
What is Query Inject?
Query Inject is a Chrome extension developed by matthew - developer, and its main feature is "Utility to inject query parameters before the page loads".
Extension Screenshots
Download Query Inject Extension CRX File
Download Query Inject extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Utility to inject query parameters before the page loads
Extension Basic Information
Name | Query Inject |
ID | cjglgegdmjocojbgocdjnpkkeongjmlg |
Official URL | https://chromewebstore.google.com/detail/query-inject/cjglgegdmjocojbgocdjnpkkeongjmlg |
Description | Utility to inject query parameters before the page loads |
File Size | 31.33 KB |
Installation Count | 70 |
Current Version | 1.1.0 |
Last Updated | 2023-02-22 |
Publish Date | 2021-02-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | matthew - developer |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/matthewnitschke/query-inject |
Help Page URL | https://github.com/matthewnitschke/query-inject/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Query Inject", "version": "1.1.0", "icons": { "16": "icons\/16-enabled.png", "48": "icons\/48-enabled.png", "128": "icons\/128-enabled.png" }, "manifest_version": 3, "options_page": "src\/options\/index.html", "action": { "default_title": "Query Inject", "default_popup": "src\/options\/index.html" }, "permissions": [ "storage" ], "content_scripts": [ { "run_at": "document_start", "matches": [ " |