Builder.io
Builder.io chrome extension
What is Builder.io?
Builder.io is a Chrome extension developed by https://builder.io, and its main feature is "Builder.io chrome extension".
Extension Screenshots
Download Builder.io Extension CRX File
Download Builder.io 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
Builder.io extension for chrome. Allows you to visually see what Builder content is on a given page, and easily jump in and edit it.
Extension Basic Information
Name | Builder.io |
ID | cfldfgibklhmjhnkfighkbafbkbfcmij |
Official URL | https://chromewebstore.google.com/detail/builderio/cfldfgibklhmjhnkfighkbafbkbfcmij |
Description | Builder.io chrome extension |
File Size | 393 KB |
Installation Count | 9,000 |
Current Version | 1.0.7 |
Last Updated | 2023-08-17 |
Publish Date | 2020-05-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://builder.io |
[email protected] | |
Payment Type | free |
Extension Website | https://www.builder.io |
Privacy Policy Page URL | https://builder.io/docs/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Builder.io", "version": "1.0.7", "manifest_version": 2, "description": "Builder.io chrome extension", "homepage_url": "https:\/\/builder.io", "icons": { "16": "icons\/builder-icon-small.png", "48": "icons\/builder-icon-medium.png", "128": "icons\/builder-icon-large.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "*:\/\/*\/*", "webRequest", "webRequestBlocking", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_start", "all_frames": true } ], "externally_connectable": { "matches": [ "*:\/\/*.builder.io\/*", "*:\/\/localhost:*\/*" ] } } |