Ted Cruz is the Zodiac Killer Replacer
Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."
什麼是Ted Cruz is the Zodiac Killer Replacer?
Ted Cruz is the Zodiac Killer Replacer是由Brennan Butler開發的Chrome擴展程式,該擴展的主要功能是“Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."”。
擴展截圖
下載Ted Cruz is the Zodiac Killer Replacer擴展crx文件
下載Ted Cruz is the Zodiac Killer Replacer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A tiny and simple extension that replaces all text instances of Ted Cruz with his true identity, The Zodiac Killer.
擴展基本資訊
名稱 | Ted Cruz is the Zodiac Killer Replacer |
ID | iajmlnmkpiipapofijlnkechdjjmnfeg |
官方網址 | https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg |
簡介 | Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer." |
檔案大小 | 59.85 KB |
安裝次數 | 36 |
目前版本 | 1.4 |
更新時間 | 2016-03-14 |
上架時間 | 2016-03-14 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Brennan Butler |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Ted Cruz is The Zodiac Killer" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Add this app to your Chrome browser and replace all instances of \"Ted Cruz\" with \"The Zodiac Killer.\"", "manifest_version": 2, "name": "Ted Cruz is the Zodiac Killer Replacer", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "http:\/\/*.*\/", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4" } |