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文件
下載Halloween Pranks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |