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 |
公式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" } } |