Super flies
A fly will invade your website and then disappear
什么是Super flies?
Super flies是由namdaik开发的Chrome扩展程序,该扩展的主要功能是“A fly will invade your website and then disappear”。
扩展截图
下载Super flies扩展crx文件
下载Super flies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A funny widget. A fly will show up on your web and then disappear.
扩展基本信息
名称 | |
ID | caklloabpkalcbddamnocieihkkokknc |
官方URL | https://chrome.google.com/webstore/detail/super-flies/caklloabpkalcbddamnocieihkkokknc |
简介 | A fly will invade your website and then disappear |
文件大小 | 918 KB |
安装次数 | 308 |
当前版本 | 0.0006 |
更新时间 | 2021-08-26 |
上架时间 | 2020-09-17 |
评分 | 5.00/5 共4次评分 |
开发者 | namdaik |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super flies", "version": "0.0006", "manifest_version": 3, "description": "A fly will invade your website and then disappear", "icons": { "19": "\/assets\/images\/ruoi\/ruoi19.png", "128": "\/assets\/images\/ruoi\/ruoi128.png", "16": "\/assets\/images\/ruoi\/ruoi16.png", "38": "\/assets\/images\/ruoi\/ruoi38.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/libs\/jquery.js", "assets\/js\/client.js" ], "run_at": "document_end" } ], "action": { "default_icon": "\/assets\/images\/ruoi\/ruoi19.png", "default_popup": "pages\/options.html" }, "options_page": "pages\/options.html", "permissions": [ "storage", "activeTab" ] } |