LSD effect
LSD effect in your browser
什么是LSD effect?
LSD effect是由PowerThemes开发的Chrome扩展程序,该扩展的主要功能是“LSD effect in your browser”。
扩展截图
下载LSD effect扩展crx文件
下载LSD effect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Wow, such LSD effect in your browser!!! Check it right now!!! !!! !! !
扩展基本信息
名称 | LSD effect |
ID | nidjphagpgghijflkhpnijgncmelonmo |
官方URL | https://chromewebstore.google.com/detail/lsd-effect/nidjphagpgghijflkhpnijgncmelonmo |
简介 | LSD effect in your browser |
文件大小 | 119 KB |
安装次数 | 1,460 |
当前版本 | 0.0.1 |
更新时间 | 2016-03-20 |
上架时间 | 2016-03-20 |
评分 | 3.81/5 共31次评分 |
开发者 | PowerThemes |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LSD effect", "version": "0.0.1", "manifest_version": 2, "description": "LSD effect in your browser", "background": { "scripts": [ "background.js", "script.js", "off.js" ], "persistent": false }, "permissions": [ "activeTab" ], "icons": { "128": "icon1.png" }, "browser_action": { "default_title": "LSD effect", "default_icon": "icon1.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "background.js", "script.js", "off.js" ] } ] } |