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 |
| Eメール | [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:\/\/*\/*"
]
}
]
} | |