Trump McDuck
A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck
ما هو Trump McDuck؟
Trump McDuck هو إضافة Chrome تم تطويرها بواسطة https://thisismyurl.com، والميزة الرئيسية لها هي "A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trump McDuck
قم بتنزيل ملفات الامتداد Trump McDuck بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Trump McDuck is a fun extension that changes Donald Trump to Scrooge McDuck in your browser. It also replaces the phrase Donald with Scrooge, and Trump with McDuck.
معلومات أساسية عن التمديد
الاسم | |
ID | kfpnjcchmigkcjmnnnfelbjpiffjemln |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/trump-mcduck/kfpnjcchmigkcjmnnnfelbjpiffjemln |
الوصف | A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck |
حجم الملف | 5.52 KB |
عدد التثبيتات | 12 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2016-12-12 |
تاريخ النشر | 2016-12-12 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://thisismyurl.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://thisismyurl.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump McDuck", "description": "A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck", "version": "1.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |