President Toilet
Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋
President Toiletคืออะไร?
President Toilet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.presidenttoilet.com และคุณลักษณะหลักของมันคือ "Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย President Toilet
ดาวน์โหลดไฟล์ส่วนขยาย President Toilet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ffhonfinhcmadaiapenloombkmekogha |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/president-toilet/ffhonfinhcmadaiapenloombkmekogha |
| คำอธิบาย | Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋 |
| ขนาดไฟล์ | 12.31 KB |
| จำนวนการติดตั้ง | 29 |
| เวอร์ชันปัจจุบัน | 1.3 |
| อัปเดตครั้งล่าสุด | 2017-05-11 |
| วันที่เผยแพร่ | 2017-05-11 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://www.presidenttoilet.com |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.presidenttoilet.com |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "President Toilet",
"description": "Swaps all instances of the 45th president\u2019s name for some porcelain. Thanks, Cher, for the inspiration. \ud83d\ude18\ud83d\udc8b",
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"version": "1.3",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |