Dank Meme Replacer
Make browsing the web really dank.
什么是Dank Meme Replacer?
Dank Meme Replacer是由Avery Follett开发的Chrome扩展程序,该扩展的主要功能是“Make browsing the web really dank.”。
扩展截图
下载Dank Meme Replacer扩展crx文件
下载Dank Meme Replacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have you ever wanted to dankify your web browsing experience? Download Dank Meme Replacer! DMR replaces boring words on websites with dank ones. 扩展基本信息
| 名称 | |
| ID | jipmjlpfeimjeacnhjgmoicimhjmnfna |
| 官方URL | https://chromewebstore.google.com/detail/dank-meme-replacer/jipmjlpfeimjeacnhjgmoicimhjmnfna |
| 简介 | Make browsing the web really dank. |
| 文件大小 | 123 KB |
| 安装次数 | 392 |
| 当前版本 | 0.3 |
| 更新时间 | 2016-11-10 |
| 上架时间 | 2016-11-10 |
| 评分 | 2.66/5 共32次评分 |
| 开发者 | Avery Follett |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Click here!"
},
"manifest_version": 2,
"name": "Dank Meme Replacer",
"description": "Make browsing the web really dank.",
"version": "0.3",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |