the Ridiculer
Extension that makes the news easier to read for liberals and progressives.
什麼是the Ridiculer?
the Ridiculer是由rleonen開發的Chrome擴展程式,該擴展的主要功能是“Extension that makes the news easier to read for liberals and progressives.”。
擴展截圖
下載the Ridiculer擴展crx文件
下載the Ridiculer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you are unhappy about the results of the 2016 election, this extension will make the news a little bit easier to read. Replaces select terms with other, more appropriate ones. Good for a laugh or two. Install and read the news as you normally do. Continuously updated with new replacement text.
擴展基本資訊
名稱 | |
ID | djkfmdnmmbddamdmfcecbepcpjidpohf |
官方網址 | https://chromewebstore.google.com/detail/the-ridiculer/djkfmdnmmbddamdmfcecbepcpjidpohf |
簡介 | Extension that makes the news easier to read for liberals and progressives. |
檔案大小 | 8.84 KB |
安裝次數 | 271 |
目前版本 | 1.3 |
更新時間 | 2021-03-12 |
上架時間 | 2016-12-06 |
評分 | 5.00/5 共 17 次評分 |
開發者 | rleonen |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "the Ridiculer", "author": "ralph leonen", "version": "1.3", "description": "Extension that makes the news easier to read for liberals and progressives.", "icons": { "16": "images\/ridiculer16.png", "48": "images\/ridiculer48.png", "128": "images\/ridiculer128.png" }, "short_name": "ridiculer", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "myscript.js" ], "run_at": "document_end" } ] } |