Trump Cookienator
This extension changes any Trump picture to picture of a cookie monster
Trump Cookienatorคืออะไร?
Trump Cookienator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย grace_inspace และคุณลักษณะหลักของมันคือ "This extension changes any Trump picture to picture of a cookie monster"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trump Cookienator
ดาวน์โหลดไฟล์ส่วนขยาย Trump Cookienator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will get rid of SOME of your imagery of Trump on the webpage, please note that not all Trump images can be destroyed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | geeiikhnnfmllpdljeefgfgnamhlonmf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/geeiikhnnfmllpdljeefgfgnamhlonmf |
คำอธิบาย | This extension changes any Trump picture to picture of a cookie monster |
ขนาดไฟล์ | 3.14 MB |
จำนวนการติดตั้ง | 60 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-11-10 |
วันที่เผยแพร่ | 2016-11-10 |
คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | grace_inspace |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump Cookienator", "description": "This extension changes any Trump picture to picture of a cookie monster", "version": "1.0", "background": "background.html", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "js": [ "jquery.min.js", "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |