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 |
Eメール | [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" } } |