Halloween Pranks
Halloween prank videos updated daily.
Co to jest Halloween Pranks?
Halloween Pranks to rozszerzenie Chrome opracowane przez https://sites.google.com/site/halloweenenvy, a jego główną funkcją jest „Halloween prank videos updated daily.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Halloween Pranks
Pobierz pliki rozszerzeń Halloween Pranks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gfbbgmigohadihcfgciikjnjkfkdkojm |
Oficjalny URL | https://chrome.google.com/webstore/detail/halloween-pranks/gfbbgmigohadihcfgciikjnjkfkdkojm |
Opis | Halloween prank videos updated daily. |
Rozmiar pliku | 43.68 KB |
Liczba instalacji | 220 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2017-10-01 |
Data Publikacji | 2017-10-01 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | https://sites.google.com/site/halloweenenvy |
Typ Płatności | free |
Strona Rozszerzenia | https://sites.google.com/view/halloweenenvy |
Obsługiwane Języki | 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" } } |