Donald to Darth
This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page
什麼是Donald to Darth?
Donald to Darth是由jessehmcdonald開發的Chrome擴展程式,該擴展的主要功能是“This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page”。
擴展截圖
下載Donald to Darth擴展crx文件
下載Donald to Darth擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Well after hearing about all these politics people are getting bored. It is time to spice things up a bit! The Chrome Extension Changes famous politicians names to Star Wars Characters!
擴展基本資訊
名稱 | Donald to Darth |
ID | epmmoednmfpdmennmmcedihlcecffdde |
官方網址 | https://chromewebstore.google.com/detail/donald-to-darth/epmmoednmfpdmennmmcedihlcecffdde |
簡介 | This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page |
檔案大小 | 7.88 KB |
安裝次數 | 66 |
目前版本 | 1.4 |
更新時間 | 2015-12-19 |
上架時間 | 2015-12-19 |
評分 | 4.00/5 共 4 次評分 |
開發者 | jessehmcdonald |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald to Darth", "description": "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page", "version": "1.4", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "https:\/\/www.google-analytics.com\/", "storage" ], "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |