Popup Annoyer
A simple chrome extensions, just to annoy people. That's it.
什么是Popup Annoyer?
Popup Annoyer是由https://kris10ansn.github.io开发的Chrome扩展程序,该扩展的主要功能是“A simple chrome extensions, just to annoy people. That's it.”。
扩展截图
下载Popup Annoyer扩展crx文件
下载Popup Annoyer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use this on whoever at your own risk, I do not take responsibility of anything that happens when this extension is used :) 扩展基本信息
| 名称 | |
| ID | hpgmmcbcpgjlkfpdelbidecgohplfcck |
| 官方URL | https://chromewebstore.google.com/detail/popup-annoyer/hpgmmcbcpgjlkfpdelbidecgohplfcck |
| 简介 | A simple chrome extensions, just to annoy people. That's it. |
| 文件大小 | 196 KB |
| 安装次数 | 6,159 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2019-12-07 |
| 上架时间 | 2019-12-07 |
| 评分 | 4.29/5 共7次评分 |
| 开发者 | https://kris10ansn.github.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://kris10ansn.github.io |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Popup Annoyer",
"short_name": "Annoyer",
"version": "1.1.0",
"description": "A simple chrome extensions, just to annoy people. That's it.",
"icons": {
"16": "icons\/icon16.jpg",
"48": "icons\/icon48.jpg",
"128": "icons\/icon128.jpg"
},
"browser_action": {
"default_popup": "index.html"
},
"offline_enabled": true,
"manifest_version": 2
} | |