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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| 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"
}
]
} | |