Fat piece of fatty fat fat
This extension makes the news less depressing
Fat piece of fatty fat fatคืออะไร?
Fat piece of fatty fat fat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trumpisafatty และคุณลักษณะหลักของมันคือ "This extension makes the news less depressing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fat piece of fatty fat fat
ดาวน์โหลดไฟล์ส่วนขยาย Fat piece of fatty fat fat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fat piece of fatty fat fat |
ID | ikglpmmdgcodfghekcmccmmfcleoajjf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf |
คำอธิบาย | This extension makes the news less depressing |
ขนาดไฟล์ | 32.88 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2017-07-14 |
วันที่เผยแพร่ | 2017-07-14 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | trumpisafatty |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } ] } |