Millennials Begone!
Replaces the text 'millennial' with 'pesky whipper-snapper'.
什麼是Millennials Begone!?
Millennials Begone!是由Zeke Weeks開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'millennial' with 'pesky whipper-snapper'.”。
擴展截圖
下載Millennials Begone!擴展crx文件
下載Millennials Begone!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It happens to every generation. Time to take back the web from all those who can't handle time's linear nature. 擴展基本資訊
| 名稱 | |
| ID | dlgjecnejicmpdknhangcbeahbgipolf |
| 官方網址 | https://chromewebstore.google.com/detail/millennials-begone/dlgjecnejicmpdknhangcbeahbgipolf |
| 簡介 | Replaces the text 'millennial' with 'pesky whipper-snapper'. |
| 檔案大小 | 3.43 KB |
| 安裝次數 | 758 |
| 目前版本 | 1.0 |
| 更新時間 | 2013-11-26 |
| 上架時間 | 2013-11-26 |
| 評分 | 4.94/5 共 32 次評分 |
| 開發者 | Zeke Weeks |
| 付費類型 | free |
| 擴展官網 | https://github.com/zekeweeks/millennials-begone |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Millennials Begone!",
"version": "1.0",
"description": "Replaces the text 'millennial' with 'pesky whipper-snapper'.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |