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文件
下載Disrupt to Bullshit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } ] } |