MLG Airhorn
Makes you pro br0
什么是MLG Airhorn?
MLG Airhorn是由John Kelly开发的Chrome扩展程序,该扩展的主要功能是“Makes you pro br0”。
扩展截图
下载MLG Airhorn扩展crx文件
下载MLG Airhorn扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Plays an airhorn sound effect on page load can be removed by going to chrome://extensions and removing it there...
扩展基本信息
名称 | |
ID | ahgjolgngjofibheblppklicfbnfeaei |
官方URL | https://chrome.google.com/webstore/detail/mlg-airhorn/ahgjolgngjofibheblppklicfbnfeaei |
简介 | Makes you pro br0 |
文件大小 | 1.53 MB |
安装次数 | 408 |
当前版本 | 4.20.2016 |
更新时间 | 2016-06-29 |
上架时间 | 2016-06-29 |
评分 | 2.18/5 共34次评分 |
开发者 | John Kelly |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://john-kevin.me |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MLG Airhorn", "version": "4.20.2016", "description": "Makes you pro br0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "page.js" ] } ], "permissions": [ "tabs", "activeTab" ], "web_accessible_resources": [ "*.mp3" ], "manifest_version": 2 } |