Movie Trailers
This extension plays the latest movie trailer, one new trailer per day.
Movie Trailersとは何ですか?
Movie TrailersはGodLabsによって開発されたChromeの拡張機能で、その主な機能は「This extension plays the latest movie trailer, one new trailer per day.」です。
Movie Trailers拡張機能のCRXファイルをダウンロード
Movie Trailers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
We love movie trailers, they are short, crisp and help us make a decision whether a movie is worth watching ! The Movie Trailers Extension allows you to view the latest movie trailers anywhere in your browser at any time. All you have to do is just click on the extension icons on the top right corner and you will see the latest movie trailers shown in a popup. Have a great trailer watching experience :)
拡張機能の基本情報
名前 | |
ID | jlgddjgffobpakidkbpdobgekbadfenh |
公式URL | https://chrome.google.com/webstore/detail/movie-trailers/jlgddjgffobpakidkbpdobgekbadfenh |
説明 | This extension plays the latest movie trailer, one new trailer per day. |
ファイルサイズ | 6.81 KB |
インストール数 | 26 |
現在のバージョン | 1.1 |
最終更新日 | 2014-10-28 |
公開日 | 2014-10-28 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | GodLabs |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Movie Trailers", "description": "This extension plays the latest movie trailer, one new trailer per day.", "version": "1.1", "permissions": [ "http:\/\/api.traileraddict.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |