Playboi Carti
Playboi Carti is trapped in your computer.
Wat is Playboi Carti?
Playboi Carti is een Chrome-extensie ontwikkeld door Dhruv Mangtani, en de belangrijkste functie is "Playboi Carti is trapped in your computer.".
Extensie Screenshots
Download het CRX-bestand van de extensie Playboi Carti
Download Playboi Carti-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Ad libs injected into the body text of whatever you read online. Basisinformatie over de Extensie
| Naam | |
| ID | cipgpcmhcbpdkcadaggigajppbnkkaof |
| Officiële URL | https://chromewebstore.google.com/detail/playboi-carti/cipgpcmhcbpdkcadaggigajppbnkkaof |
| Beschrijving | Playboi Carti is trapped in your computer. |
| Bestandsgrootte | 15.96 KB |
| Aantal Installaties | 209 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2020-09-11 |
| Publicatiedatum | 2020-09-11 |
| Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Dhruv Mangtani |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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:\/\/*\/*"
]
}
]
} | |