Disrupt to Bullshit
Replaces various forms of the word 'disrupt' with various forms of the word 'bullshit,' in every web page.
Disrupt to Bullshit란 무엇입니까?
Disrupt to Bullshit은(는) rtharrington에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces various forms of the word 'disrupt' with various forms of the word 'bullshit,' in every web page."입니다.
확장 프로그램 스크린샷
Disrupt to Bullshit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Disrupt to Bullshit replaces various versions of the word 'disrupt' with various versions of the word 'bullshit,' in all websites. It is inspired by the plugins Cloud To Butt and Cloud To Butt Plus. Disrupt to Bullshit is not a commentary on any particular company or any particular theory of business cycles. (For both sides of the debate over the latter, see http://nyr.kr/1qTvSmd and http://buswk.co/1plFUv3.) Rather, Disrupt to Bullshit is offered for the entertainment of those who wish to install it in the privacy of their own browser, in the hope that they may be able to take full advantage of the comedic opportunities afforded to us all by the over-saturation of the word 'disrupt.' https://github.com/richardharrington/disrupt-to-bullshit
확장 프로그램 기본 정보
이름 | Disrupt to Bullshit |
ID | mahaemfhlcjficbbkbpmkbhhenfnikcf |
공식 URL | https://chromewebstore.google.com/detail/disrupt-to-bullshit/mahaemfhlcjficbbkbpmkbhhenfnikcf |
설명 | Replaces various forms of the word 'disrupt' with various forms of the word 'bullshit,' in every web page. |
파일 크기 | 21.6 KB |
설치 횟수 | 55 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2022-03-09 |
출시 날짜 | 2014-07-08 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | rtharrington |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/richardharrington/disrupt-to-bullshit |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Disrupt to Bullshit", "short_name": "D2B", "version": "1.0.6", "description": "Replaces various forms of the word 'disrupt' with various forms of the word 'bullshit,' in every web page.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "match_about_blank": true, "js": [ "disrupt_to_bullshit_rules.js", "walk_text_nodes.js", "create_verb_converter.js", "content_script.js" ], "all_frames": true } ] } |