Regex Replace
Regex replace. Replace anything on every site. Regex replace anywhere. Replace HTML. Use regular expression to Inject html,…
ما هو Regex Replace؟
Regex Replace هو إضافة Chrome تم تطويرها بواسطة Code Charity، والميزة الرئيسية لها هي "Regex replace. Replace anything on every site. Regex replace anywhere. Replace HTML. Use regular expression to Inject html,…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Regex Replace
قم بتنزيل ملفات الامتداد Regex Replace بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Regex replace. Replace anything on every site. Regex replace anywhere. Replace HTML. Use regular expression to Inject html, pictures, css, js scripts, features anywhere Options: Apply by Domain, URL, Keyword, Regex (or global) Bulk edit (Regex.txt text file) Regex flags (Activate/deactive applied regex) Display applied regex's on page. Copy all matches. Chained Regex (Apply a regular expression conditionally only if other Regex's match the page content already) Negative Look ahead / Positive Look ahead TESTING VERSION: Options to come soon! Which one first? (Please dont down vote just yet) We are developing distraction free extensions since 2012 for >250000 people https://github.com/ImprovedTube/ImprovedTube
معلومات أساسية عن التمديد
الاسم | Regex Replace |
ID | ihcaaefaoebbcklmolaflgllidfamfgm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/regex-replace/ihcaaefaoebbcklmolaflgllidfamfgm |
الوصف | Regex replace. Replace anything on every site. Regex replace anywhere. Replace HTML. Use regular expression to Inject html,… |
حجم الملف | 203 KB |
عدد التثبيتات | 577 |
النسخة الحالية | 1.1 |
آخر تحديث | 2020-10-21 |
تاريخ النشر | 2020-04-29 |
تقييم | 4.48/5 مجموع تقييمات 33 |
المطور | Code Charity |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://improvedtube.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Regex Replace", "version": "1.1", "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "browser_action": { "default_popup": "index.html" }, "content_scripts": [ { "all_frames": true, "js": [ "content-scripts.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "permissions": [ " |