Ward to Beardy McTraitorson
Replaces the text 'Ward' with 'Beardy McTraitorson'.
什麼是Ward to Beardy McTraitorson?
Ward to Beardy McTraitorson是由Andrew開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'Ward' with 'Beardy McTraitorson'.”。
擴展截圖
下載Ward to Beardy McTraitorson擴展crx文件
下載Ward to Beardy McTraitorson擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replaces "Ward" with "Beardy McTraitorson"
Uses panicsteve's cloud-to-butt code: https://github.com/panicsteve/cloud-to-butt 擴展基本資訊
| 名稱 | |
| ID | eeiloalhakajfbkokmlmlmkdbcidinfd |
| 官方網址 | https://chromewebstore.google.com/detail/ward-to-beardy-mctraitors/eeiloalhakajfbkokmlmlmkdbcidinfd |
| 簡介 | Replaces the text 'Ward' with 'Beardy McTraitorson'. |
| 檔案大小 | 3.36 KB |
| 安裝次數 | 23 |
| 目前版本 | 1.0 |
| 更新時間 | 2014-09-25 |
| 上架時間 | 2014-09-25 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | Andrew |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ward to Beardy McTraitorson",
"version": "1.0",
"description": "Replaces the text 'Ward' with 'Beardy McTraitorson'.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |