Vampire to Lesbian!!
Changes all occurences of Vampire to Lesbian'.
ما هو Vampire to Lesbian!!؟
Vampire to Lesbian!! هو إضافة Chrome تم تطويرها بواسطة Whimsical Bees، والميزة الرئيسية لها هي "Changes all occurences of Vampire to Lesbian'.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vampire to Lesbian!!
قم بتنزيل ملفات الامتداد Vampire to Lesbian!! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a simple plugin that changes occurrences of the work Vampire to Lesbian.
معلومات أساسية عن التمديد
الاسم | |
ID | odenbpcfaaeoflkibdoaakpcdhmcoegp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/vampire-to-lesbian/odenbpcfaaeoflkibdoaakpcdhmcoegp |
الوصف | Changes all occurences of Vampire to Lesbian'. |
حجم الملف | 300 KB |
عدد التثبيتات | 151 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-08-20 |
تاريخ النشر | 2016-08-20 |
تقييم | 4.67/5 مجموع تقييمات 9 |
المطور | Whimsical Bees |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vampire to Lesbian!!", "version": "1.0", "description": "Changes all occurences of Vampire to Lesbian'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "32": "icon.png" } }, "icons": { "32": "icon.png" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |