Dicky B
Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
ما هو Dicky B؟
Dicky B هو إضافة Chrome تم تطويرها بواسطة Thorgi، والميزة الرئيسية لها هي "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'".
تحميل ملف CRX للإضافة Dicky B
قم بتنزيل ملفات الامتداد Dicky B بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Serves to promote the glory that is Blake Bortles. Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | chmblekblbaeoekndhomhpfjhgjejhii |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dicky-b/chmblekblbaeoekndhomhpfjhgjejhii |
الوصف | Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles' |
حجم الملف | 4.72 KB |
عدد التثبيتات | 10 |
النسخة الحالية | 0.1 |
آخر تحديث | 2015-10-25 |
تاريخ النشر | 2015-10-25 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Thorgi |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dicky B", "description": "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |