Halloween Pranks
Halloween prank videos updated daily.
Halloween Pranks란 무엇입니까?
Halloween Pranks은(는) https://sites.google.com/site/halloweenenvy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Halloween prank videos updated daily."입니다.
확장 프로그램 스크린샷
Halloween Pranks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |