Let's Get This Bread
Replaces every synonym of the word 'money' with 'bread'.
Vad är Let's Get This Bread?
Let's Get This Bread är en Chrome-tillägg utvecklad av kurgan freedle, och dess huvudfunktion är "Replaces every synonym of the word 'money' with 'bread'.".
Tilläggsskärmbilder
Ladda ner Let's Get This Bread-förlängningens CRX-fil
Ladda ner Let's Get This Bread-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | gbacclkcifpklolkhmokpdohkeablfpd |
Officiell webbadress | https://chromewebstore.google.com/detail/lets-get-this-bread/gbacclkcifpklolkhmokpdohkeablfpd |
Beskrivning | Replaces every synonym of the word 'money' with 'bread'. |
Filstorlek | 3.51 KB |
Antal Installationer | 54 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-10-16 |
Publiceringsdatum | 2018-10-16 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | kurgan freedle |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } ] } |