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 |
官方網址 | 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" } } |