Santa to Satan
Swaps the word 'Santa' with the word 'Satan'; great for the holidays.
ما هو Santa to Satan؟
Santa to Satan هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Santa to Satan
قم بتنزيل ملفات الامتداد Santa to Satan بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Special request from a friend--changes the word "Santa" to "Satan" to make your holiday experience better. Also will make cities in California look a lot more evil so caveat emptor.
معلومات أساسية عن التمديد
الاسم | Santa to Satan |
ID | oggeichdlekdakedbibaihfehgdckdfk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/santa-to-satan/oggeichdlekdakedbibaihfehgdckdfk |
الوصف | Swaps the word 'Santa' with the word 'Satan'; great for the holidays. |
حجم الملف | 3.62 KB |
عدد التثبيتات | 47 |
النسخة الحالية | 0.1 |
آخر تحديث | 2016-12-13 |
تاريخ النشر | 2016-12-13 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Santa to Satan", "description": "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |