Fear Mongering Shithead
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.
ما هو Fear Mongering Shithead؟
Fear Mongering Shithead هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fear Mongering Shithead
قم بتنزيل ملفات الامتداد Fear Mongering Shithead بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. A fork of Some Rich Asshole
معلومات أساسية عن التمديد
الاسم | Fear Mongering Shithead |
ID | hkgpjbjehhennbkmmhhoelofdhhcfhfk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fear-mongering-shithead/hkgpjbjehhennbkmmhhoelofdhhcfhfk |
الوصف | Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. |
حجم الملف | 34.96 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-10-16 |
تاريخ النشر | 2015-10-16 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fear Mongering Shithead", "version": "1.0", "description": "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |