TXT RPLCR
Replaces one or more words on websites just for fun.
ما هو TXT RPLCR؟
TXT RPLCR هو إضافة Chrome تم تطويرها بواسطة raum für medien، والميزة الرئيسية لها هي "Replaces one or more words on websites just for fun.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TXT RPLCR
قم بتنزيل ملفات الامتداد TXT RPLCR بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Did you ever wish to replace a name or a term an a website? Here is your tool! Just type in the word to replace and the one you wish to read instead and have some fun! What about to read >>Dumb<< instead of >>Trump<< ;-)
معلومات أساسية عن التمديد
الاسم | TXT RPLCR |
ID | ljmcpfadmahmlkjcckmbkgihblabfhhi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/txt-rplcr/ljmcpfadmahmlkjcckmbkgihblabfhhi |
الوصف | Replaces one or more words on websites just for fun. |
حجم الملف | 45.91 KB |
عدد التثبيتات | 46 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-07-25 |
تاريخ النشر | 2016-07-25 |
المطور | raum für medien |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TXT RPLCR", "description": "Replaces one or more words on websites just for fun.", "version": "1.1", "offline_enabled": true, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "js": [ "inject.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "128x128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |