Playboi Carti
Playboi Carti is trapped in your computer.
什么是Playboi Carti?
Playboi Carti是由Dhruv Mangtani开发的Chrome扩展程序,该扩展的主要功能是“Playboi Carti is trapped in your computer.”。
扩展截图
下载Playboi Carti扩展crx文件
下载Playboi Carti扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Ad libs injected into the body text of whatever you read online.                     扩展基本信息
| 名称 |   |  
| ID | cipgpcmhcbpdkcadaggigajppbnkkaof | 
| 官方URL | https://chromewebstore.google.com/detail/playboi-carti/cipgpcmhcbpdkcadaggigajppbnkkaof | 
| 简介 | Playboi Carti is trapped in your computer. | 
| 文件大小 | 15.96 KB | 
| 安装次数 | 209 | 
| 当前版本 | 0.1.0 | 
| 更新时间 | 2020-09-11 | 
| 上架时间 | 2020-09-11 | 
| 评分 | 4.40/5 共5次评分 | 
| 开发者 | Dhruv Mangtani | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Playboi Carti",
    "version": "0.1.0",
    "description": "Playboi Carti is trapped in your computer.",
    "icons": {
        "16": "1f98b-16x16.png",
        "48": "1f98b-48x48.png",
        "128": "1f98b-128x128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}  |  |