Inject Code
Inject your own code into any webpage
What is Inject Code?
Inject Code is a Chrome extension developed by Yehuda Moskowitz, and its main feature is "Inject your own code into any webpage".
Extension Screenshots
Download Inject Code Extension CRX File
Download Inject Code 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
Write JS/JSX/CSS snippets that can be executed by click of a button. Features: * Custom code or link to an external library * Filter on specific URL's * Auto run * Filter auto run on specific URL's * Simple interface * Write/Update in separate tab while testing on web page * Toggle horizontal/vertical split view in edit mode * Toggle full screen in edit mode * Choose whether to run in all frames
Extension Basic Information
Name | Inject Code |
ID | jpbbdgndcngomphbmplabjginoihkdph |
Official URL | https://chromewebstore.google.com/detail/inject-code/jpbbdgndcngomphbmplabjginoihkdph |
Description | Inject your own code into any webpage |
File Size | 4.68 MB |
Installation Count | 1,066 |
Current Version | 1.0.4.7 |
Last Updated | 2024-01-04 |
Publish Date | 2018-12-18 |
Rating | 4.89/5 Total 9 Ratings |
Developer | Yehuda Moskowitz |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Inject Code", "manifest_version": 2, "name": "Inject Code", "version": "1.0.4.7", "description": "Inject your own code into any webpage", "browser_action": { "default_popup": "index.html", "default_icon": "images\/inject.png", "default_title": "Inject Code Snippets" }, "options_page": "index.html?page=options", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "web_accessible_resources": [], "permissions": [ "activeTab", "storage", "clipboardWrite" ], "content_scripts": [ { "matches": [ " |