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