B-ify
What's boppin
Wat is B-ify?
B-ify is een Chrome-extensie ontwikkeld door patrickjlt, en de belangrijkste functie is "What's boppin".
Extensie Screenshots
Download het CRX-bestand van de extensie B-ify
Download B-ify-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
A Chrome extension that replaces occurences of "b" or "B" on the current webpage with the appropriate emoji. Basisinformatie over de Extensie
| Naam | |
| ID | ijkdkjljgbokflfcmjmipiibdhcfahji |
| Officiële URL | https://chromewebstore.google.com/detail/b-ify/ijkdkjljgbokflfcmjmipiibdhcfahji |
| Beschrijving | What's boppin |
| Bestandsgrootte | 3.51 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2017-10-06 |
| Publicatiedatum | 2017-10-05 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | patrickjlt |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "B-ify",
"description": "What's boppin",
"version": "1.0",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"script.js"
],
"run_at": "document_end"
}
]
} | |