PokeDemon - Pokemon Replacer
Removes the word Pokemon from all web pages and replaces it with a random word
ما هو PokeDemon - Pokemon Replacer؟
PokeDemon - Pokemon Replacer هو إضافة Chrome تم تطويرها بواسطة https://diginomadic.com/apps، والميزة الرئيسية لها هي "Removes the word Pokemon from all web pages and replaces it with a random word".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PokeDemon - Pokemon Replacer
قم بتنزيل ملفات الامتداد PokeDemon - Pokemon Replacer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
PokeDemon replaces all instances of the word Pokemon in your browser to a random other game. If you're tired of hearing the world go crazy about Pokemon then this is the extension for you.
معلومات أساسية عن التمديد
الاسم | PokeDemon - Pokemon Replacer |
ID | ckmckfpgpinaipfjomhahlahnindcnpp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp |
الوصف | Removes the word Pokemon from all web pages and replaces it with a random word |
حجم الملف | 38.52 KB |
عدد التثبيتات | 36 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2016-07-23 |
تاريخ النشر | 2016-07-23 |
تقييم | 2.50/5 مجموع تقييمات 4 |
المطور | https://diginomadic.com/apps |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PokeDemon - Pokemon Replacer", "description": "Removes the word Pokemon from all web pages and replaces it with a random word", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.0.1", "short_name": "PokeDemon", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |