Hamburgers to Steamed Hams
Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.
ما هو Hamburgers to Steamed Hams؟
Hamburgers to Steamed Hams هو إضافة Chrome تم تطويرها بواسطة https://freemanonthe.land، والميزة الرئيسية لها هي "Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hamburgers to Steamed Hams
قم بتنزيل ملفات الامتداد Hamburgers to Steamed Hams بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | fieooplcpndnceolckkkhnfkecpfeije |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hamburgers-to-steamed-ham/fieooplcpndnceolckkkhnfkecpfeije |
الوصف | Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect. |
حجم الملف | 44.86 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 2.0 |
آخر تحديث | 2018-04-17 |
تاريخ النشر | 2018-04-16 |
تقييم | 4.33/5 مجموع تقييمات 3 |
المطور | https://freemanonthe.land |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hamburgers to Steamed Hams", "short_name": "Steamed Clams", "description": "Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.", "author": "Seymour Skinner", "version": "2.0", "icons": { "16": "skinner16.png", "32": "skinner32.png", "48": "skinner48.png", "128": "skinner128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |