Fat piece of fatty fat fat
This extension makes the news less depressing
Vad är Fat piece of fatty fat fat?
Fat piece of fatty fat fat är en Chrome-tillägg utvecklad av trumpisafatty, och dess huvudfunktion är "This extension makes the news less depressing".
Tilläggsskärmbilder
Ladda ner Fat piece of fatty fat fat-förlängningens CRX-fil
Ladda ner Fat piece of fatty fat fat-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
This Chrome extension replaces variations of the word 'Trump' with variations of the word 'Fatty' in the hopes of making online news a little more bearable through fat shaming the world's most notorious fat shamer Grundläggande Information om Tillägg
| Namn | |
| ID | ikglpmmdgcodfghekcmccmmfcleoajjf |
| Officiell webbadress | https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf |
| Beskrivning | This extension makes the news less depressing |
| Filstorlek | 32.88 KB |
| Antal Installationer | 42 |
| Aktuell Version | 0.0.0.1 |
| Senast Uppdaterad | 2017-07-14 |
| Publiceringsdatum | 2017-07-14 |
| Betyg | 5.00/5 Totalt 6 Betyg |
| Utvecklare | trumpisafatty |
| 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": "Fat piece of fatty fat fat",
"short_name": "Fatty",
"description": "This extension makes the news less depressing",
"version": "0.0.0.1",
"devtools_page": "devtools.html",
"browser_action": {
"default_icon": "golf_cart_128.png"
},
"icons": {
"128": "golf_cart_128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |