Trump to Angry Mango
It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.
什麼是Trump to Angry Mango?
Trump to Angry Mango是由angrymango開發的Chrome擴展程式,該擴展的主要功能是“It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.”。
擴展截圖
下載Trump to Angry Mango擴展crx文件
下載Trump to Angry Mango擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Converts every occurrence of Trump to Angry Mango.
擴展基本資訊
名稱 | Trump to Angry Mango |
ID | mkkfepolbfhfcmdddmegcogkokcgcakg |
官方網址 | https://chromewebstore.google.com/detail/trump-to-angry-mango/mkkfepolbfhfcmdddmegcogkokcgcakg |
簡介 | It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome. |
檔案大小 | 1.16 MB |
安裝次數 | 11 |
目前版本 | 1.0.2 |
更新時間 | 2016-11-12 |
上架時間 | 2016-11-12 |
評分 | 5.00/5 共 1 次評分 |
開發者 | angrymango |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Angry Mango", "description": "It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.", "version": "1.0.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "icons": { "128": "mango_128.png" } } |