Voldemort Replacer
This extension replaces the word Voldemort in websites with one of 3 random values.
ما هو Voldemort Replacer؟
Voldemort Replacer هو إضافة Chrome تم تطويرها بواسطة Buckwheat469، والميزة الرئيسية لها هي "This extension replaces the word Voldemort in websites with one of 3 random values.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Voldemort Replacer
قم بتنزيل ملفات الامتداد Voldemort Replacer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces Voldemort or Lord Voldemort (including the possessive options) with a random choice of "You-Know-Who", "He-Who-Must-Not-Be-Named", or "the Dark Lord".
معلومات أساسية عن التمديد
الاسم | |
ID | apknhhlmkgippggghbhhdnekmgkaeglb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/voldemort-replacer/apknhhlmkgippggghbhhdnekmgkaeglb |
الوصف | This extension replaces the word Voldemort in websites with one of 3 random values. |
حجم الملف | 352 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.2 |
آخر تحديث | 2015-05-10 |
تاريخ النشر | 2015-05-10 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Buckwheat469 |
نوع الدفع | free |
موقع الإضافة | https://github.com/ajbogh/VoldemortReplacer |
عنوان صفحة المساعدة | https://github.com/ajbogh/VoldemortReplacer/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voldemort Replacer", "description": "This extension replaces the word Voldemort in websites with one of 3 random values.", "version": "1.2", "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "voldemortReplacer.js" ], "run_at": "document_end" } ] } |