Build With Elementor
Find if this site built with elementor
什么是Build With Elementor?
Build With Elementor是由buildwithelementor.com开发的Chrome扩展程序,该扩展的主要功能是“Find if this site built with elementor”。
扩展截图
下载Build With Elementor扩展crx文件
下载Build With Elementor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You what to figure out if site built with elementor? one click and we scan site and tell you more then 11 millions websites built with elementor all over the world
扩展基本信息
名称 | Build With Elementor |
ID | jnbecailhoakifjnaglmmlfjkadiebkh |
官方URL | https://chromewebstore.google.com/detail/build-with-elementor/jnbecailhoakifjnaglmmlfjkadiebkh |
简介 | Find if this site built with elementor |
文件大小 | 10.4 KB |
安装次数 | 883 |
当前版本 | 1.0.4 |
更新时间 | 2022-10-22 |
上架时间 | 2022-03-13 |
开发者 | buildwithelementor.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://buildwithelementor.com |
帮助页面URL | https://buildwithelementor.com |
隐私政策页面URL | https://buildwithelementor.com/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Build With Elementor", "description": "Find if this site built with elementor", "version": "1.0.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "icon128.png" } }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/" ] } |