Annoying Browsing
Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that
什么是Annoying Browsing?
Annoying Browsing是由kalandrey92开发的Chrome扩展程序,该扩展的主要功能是“Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that”。
扩展截图
下载Annoying Browsing扩展crx文件
下载Annoying Browsing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sometimes you just want to spice up your regular internet browsing experience. There's a ton of very helpful extensions out there which make your life easier. This extension doesn't. Experience hardcore rages and headache-inducing fonts or make text completely disappear. Perfect to use on your friend's computer.
扩展基本信息
名称 | Annoying Browsing |
ID | amocooflhobdfdnlkpdnapkcafolalhh |
官方URL | https://chromewebstore.google.com/detail/annoying-browsing/amocooflhobdfdnlkpdnapkcafolalhh |
简介 | Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that |
文件大小 | 4.43 KB |
安装次数 | 859 |
当前版本 | 1 |
更新时间 | 2016-12-18 |
上架时间 | 2016-12-18 |
评分 | 3.00/5 共2次评分 |
开发者 | kalandrey92 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Annoying Browsing", "version": "1", "permissions": [ "activeTab" ], "description": "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that", "background": { "scripts": [ "script.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" } } |