Problem To Pickle
Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.
ما هو Problem To Pickle؟
Problem To Pickle هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Problem To Pickle
قم بتنزيل ملفات الامتداد Problem To Pickle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Does it ever feel like there are too many problems in the world? Don't worry, Design Pickle is here to help. Install this simple extension and all of your problems will turn into delicious pickles!
معلومات أساسية عن التمديد
الاسم | |
ID | cflkfnipolmhhpjamgipagfbkadimgpb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/problem-to-pickle/cflkfnipolmhhpjamgipagfbkadimgpb |
الوصف | Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site. |
حجم الملف | 18.12 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-04-01 |
تاريخ النشر | 2020-04-01 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Unknown |
نوع الدفع | free |
موقع الإضافة | https://designpickle.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Problem To Pickle", "version": "1.0", "description": "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon32.png" } } |