Millennials to Snake People
Replaces the text 'Millennial' with 'Snake People'.
什麼是Millennials to Snake People?
Millennials to Snake People是由Eric Bailey開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'Millennial' with 'Snake People'.”。
擴展截圖
下載Millennials to Snake People擴展crx文件
下載Millennials to Snake People擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Learn the sad, sinister truth behind the mysterious Snake People. Who are they? What do they want?
擴展基本資訊
名稱 | Millennials to Snake People |
ID | jhkibealmjkbkafogihpeidfcgnigmlf |
官方網址 | https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf |
簡介 | Replaces the text 'Millennial' with 'Snake People'. |
檔案大小 | 27.41 KB |
安裝次數 | 9,627 |
目前版本 | 2.3 |
更新時間 | 2019-03-11 |
上架時間 | 2019-03-10 |
評分 | 4.70/5 共 343 次評分 |
開發者 | Eric Bailey |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/ericwbailey/millennial-to-snake-people |
說明頁面URL | https://github.com/ericwbailey/millennials-to-snake-people/issues |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Millennials to Snake People", "short_name": "Snake People", "description": "Replaces the text 'Millennial' with 'Snake People'.", "author": "Eric Bailey", "version": "2.3", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |