Trumper Dumper
Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else
Trumper Dumperคืออะไร?
Trumper Dumper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arjen k. และคุณลักษณะหลักของมันคือ "Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trumper Dumper
ดาวน์โหลดไฟล์ส่วนขยาย Trumper Dumper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Trumper Dumper is a chrome extension for changing Donald j. Trump's name to any word you please. It can also optionally try to change photos of him into pictures of kittens or a picture of your choosing. Because browsing online news outlets will be something you can handle. --- features --- - changes his picture into kittens by default - changes his picture into a custom image url you set - changes his slogan into something else - changes a variety of different combinations of his name into a word of your choosing - works with iframes, ajax calls etc. - live pause and resume - updates your settings on all devices (requires google sync) Please consider a donation! --- changes --- -- v 0.4.0 -- - improved performance - only updates new items added to screen - live pause and resume - removed tab refresh
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trumper Dumper |
ID | ielgdaffmgedcmfijmfemfcgccbknhhm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trumper-dumper/ielgdaffmgedcmfijmfemfcgccbknhhm |
คำอธิบาย | Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else |
ขนาดไฟล์ | 210 KB |
จำนวนการติดตั้ง | 91 |
เวอร์ชันปัจจุบัน | 0.4.0 |
อัปเดตครั้งล่าสุด | 2018-08-13 |
วันที่เผยแพร่ | 2018-08-13 |
คะแนน | 4.56/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | arjen k. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.arjenklaverstijn.com |
URL หน้าช่วยเหลือ | https://www.arjenklaverstijn.com/contact |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trumper Dumper", "description": "Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else", "version": "0.4.0", "browser_action": { "default_icon": { "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_popup": "option_popup.html", "default_title": "Read the news without vommiting in your mouth" }, "background": { "scripts": [ "js\/background.js" ] }, "icons": { "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/findAndReplaceDOMText.js", "js\/agentorange.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "storage" ] } |