Halloween Pranks
Halloween prank videos updated daily.
ما هو Halloween Pranks؟
Halloween Pranks هو إضافة Chrome تم تطويرها بواسطة https://sites.google.com/site/halloweenenvy، والميزة الرئيسية لها هي "Halloween prank videos updated daily.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Halloween Pranks
قم بتنزيل ملفات الامتداد Halloween Pranks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Halloween Pranks Halloween Pranks finds the funniest Halloween videos and delivers them right to your browser via our Chrome extension. Whether you need help getting into the Halloween spirit, or simply want a quick laugh by watching other people get scared out of their minds.. Halloween Pranks will scare you and make you laugh at the same time. Also, if you're looking for a great place to shop for your Halloween costumes or Halloween decorations, please visit our sponsor Halloween Envy. Halloween Envy has: Adult Halloween Costumes for Men Adult Halloween Costumes for Women Halloween Costumes for Kids Baby Halloween Costumes Indoor Halloween Decorations Outdoor Halloween Decorations Dog Costumes And so much more! Thanks for checking us out and enjoy the Halloween Pranks!
معلومات أساسية عن التمديد
الاسم | |
ID | gfbbgmigohadihcfgciikjnjkfkdkojm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/halloween-pranks/gfbbgmigohadihcfgciikjnjkfkdkojm |
الوصف | Halloween prank videos updated daily. |
حجم الملف | 43.68 KB |
عدد التثبيتات | 220 |
النسخة الحالية | 0.1 |
آخر تحديث | 2017-10-01 |
تاريخ النشر | 2017-10-01 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | https://sites.google.com/site/halloweenenvy |
نوع الدفع | free |
موقع الإضافة | https://sites.google.com/view/halloweenenvy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Halloween Pranks", "version": "0.1", "manifest_version": 2, "description": "Halloween prank videos updated daily.", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "halloween-envy-ext.png", "default_title": "Halloween prank videos updated daily.", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "halloween-envy-ext.png" } } |