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 |
官方URL | 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" } ] } |