Kill St Patty
End the St Patty’s Day Madness.
ما هو Kill St Patty؟
Kill St Patty هو إضافة Chrome تم تطويرها بواسطة vocativinteractive، والميزة الرئيسية لها هي "End the St Patty’s Day Madness.".
تحميل ملف CRX للإضافة Kill St Patty
قم بتنزيل ملفات الامتداد Kill St Patty بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sick of seeing St Patrick's Day written as 'St Patty's Day'? Yeah. So were we. So we wrote a simple Chrome extension that changes all appearances of St Patty's Day to either Paddy's Day or St Patrick's Day, as God intended. YOU'RE WELCOME
معلومات أساسية عن التمديد
الاسم | |
ID | fehbfnlfngcbddklcpccgiddhngleejh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/kill-st-patty/fehbfnlfngcbddklcpccgiddhngleejh |
الوصف | End the St Patty’s Day Madness. |
حجم الملف | 32.39 KB |
عدد التثبيتات | 12 |
النسخة الحالية | 7.0 |
آخر تحديث | 2016-03-14 |
تاريخ النشر | 2016-03-14 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | vocativinteractive |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kill St Patty", "version": "7.0", "description": "End the St Patty\u2019s Day Madness.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |