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 :)
擴展基本資訊
名稱 | Popup Annoyer |
ID | hpgmmcbcpgjlkfpdelbidecgohplfcck |
官方網址 | 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 } |