Dank Meme Replacer
Make browsing the web really dank.
ما هو Dank Meme Replacer؟
Dank Meme Replacer هو إضافة Chrome تم تطويرها بواسطة Avery Follett، والميزة الرئيسية لها هي "Make browsing the web really dank.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dank Meme Replacer
قم بتنزيل ملفات الامتداد Dank Meme Replacer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Have you ever wanted to dankify your web browsing experience? Download Dank Meme Replacer! DMR replaces boring words on websites with dank ones.
معلومات أساسية عن التمديد
الاسم | Dank Meme Replacer |
ID | jipmjlpfeimjeacnhjgmoicimhjmnfna |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dank-meme-replacer/jipmjlpfeimjeacnhjgmoicimhjmnfna |
الوصف | Make browsing the web really dank. |
حجم الملف | 123 KB |
عدد التثبيتات | 392 |
النسخة الحالية | 0.3 |
آخر تحديث | 2016-11-10 |
تاريخ النشر | 2016-11-10 |
تقييم | 2.66/5 مجموع تقييمات 32 |
المطور | Avery Follett |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click here!" }, "manifest_version": 2, "name": "Dank Meme Replacer", "description": "Make browsing the web really dank.", "version": "0.3", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |