Let's Get This Bread
Replaces every synonym of the word 'money' with 'bread'.
Wat is Let's Get This Bread?
Let's Get This Bread is een Chrome-extensie ontwikkeld door kurgan freedle, en de belangrijkste functie is "Replaces every synonym of the word 'money' with 'bread'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Let's Get This Bread
Download Let's Get This Bread-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
Basisinformatie over de Extensie
Naam | |
ID | gbacclkcifpklolkhmokpdohkeablfpd |
Officiële URL | https://chromewebstore.google.com/detail/lets-get-this-bread/gbacclkcifpklolkhmokpdohkeablfpd |
Beschrijving | Replaces every synonym of the word 'money' with 'bread'. |
Bestandsgrootte | 3.51 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-10-16 |
Publicatiedatum | 2018-10-16 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | kurgan freedle |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Let's Get This Bread", "description": "Replaces every synonym of the word 'money' with 'bread'.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |