Drumpfinator+
Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!
什麼是Drumpfinator+?
Drumpfinator+是由mark.monteiro.dev開發的Chrome擴展程式,該擴展的主要功能是“Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!”。
擴展截圖
下載Drumpfinator+擴展crx文件
下載Drumpfinator+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! Replace each instance of Drumpf's boring old regular name with more accurate, automatically generated name. Logo credit goes to DonkeyHotey on Flikr: https://www.flickr.com/photos/donkeyhotey Source code can be found here: https://github.com/mark-monteiro/drumpfinator
擴展基本資訊
名稱 | |
ID | bjimekmhhbmpblaifnbeingfpbipbppg |
官方網址 | https://chrome.google.com/webstore/detail/drumpfinator+/bjimekmhhbmpblaifnbeingfpbipbppg |
簡介 | Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! |
檔案大小 | 31.07 KB |
安裝次數 | 218 |
目前版本 | 1.1.8 |
更新時間 | 2018-03-11 |
上架時間 | 2018-03-11 |
評分 | 5.00/5 共 4 次評分 |
開發者 | mark.monteiro.dev |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/mark-monteiro/drumpfinator |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drumpfinator+", "version": "1.1.8", "manifest_version": 2, "description": "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!", "homepage_url": "https:\/\/github.com\/mark-monteiro\/drumpfinator", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |