Trve Chrome
Sick of all the false metal fans in your life? Make them trve with Trve Chrome
什么是Trve Chrome?
Trve Chrome是由https://notharmlessfun.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Sick of all the false metal fans in your life? Make them trve with Trve Chrome”。
扩展截图
下载Trve Chrome扩展crx文件
下载Trve Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
From the frostbitten northern reaches of the internet, I present you Trve Chrome: When other metal people are false, Trve Chrome is there for you. When someone meant to write Lemmy but wrote God accidentally, Trve Chrome is there for you. This is vvhat happens when metaljerk gets bored. Vsers should only install this upon penalty of burned and died.
扩展基本信息
名称 | Trve Chrome |
ID | fimkdhipnijcanaoikbldlooljjbkjff |
官方URL | https://chromewebstore.google.com/detail/trve-chrome/fimkdhipnijcanaoikbldlooljjbkjff |
简介 | Sick of all the false metal fans in your life? Make them trve with Trve Chrome |
文件大小 | 13.23 KB |
安装次数 | 10 |
当前版本 | 0.666 |
更新时间 | 2015-02-14 |
上架时间 | 2015-02-14 |
评分 | 4.33/5 共6次评分 |
开发者 | https://notharmlessfun.blogspot.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trve Chrome", "version": "0.666", "description": "Sick of all the false metal fans in your life? Make them trve with Trve Chrome", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |