Memeify (🅱)
Replace all instances of 'b' with 🅱.
什么是Memeify (🅱)?
Memeify (🅱)是由shivrustagi221开发的Chrome扩展程序,该扩展的主要功能是“Replace all instances of 'b' with 🅱.”。
扩展截图
下载Memeify (🅱)扩展crx文件
下载Memeify (🅱)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Memeify the current page you're on by replaceing B with 🅱.
扩展基本信息
名称 | Memeify (🅱) |
ID | gkofcfjlmdaihnidnekkdekjfdcjaadg |
官方URL | https://chromewebstore.google.com/detail/memeify-%F0%9F%85%B1/gkofcfjlmdaihnidnekkdekjfdcjaadg |
简介 | Replace all instances of 'b' with 🅱. |
文件大小 | 3.29 KB |
安装次数 | 190 |
当前版本 | 1.1 |
更新时间 | 2017-09-17 |
上架时间 | 2017-09-17 |
评分 | 3.67/5 共3次评分 |
开发者 | shivrustagi221 |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memeify (\ud83c\udd71)", "description": "Replace all instances of 'b' with \ud83c\udd71.", "version": "1.1", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |