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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |