Voitto FastLearning 2.0
Oferecido por: www.voitto.com.br
Voitto FastLearning 2.0とは何ですか?
Voitto FastLearning 2.0はhttp://www.voitto.com.brによって開発されたChromeの拡張機能で、その主な機能は「Oferecido por: www.voitto.com.br」です。
拡張機能のスクリーンショット
Voitto FastLearning 2.0拡張機能のCRXファイルをダウンロード
Voitto FastLearning 2.0拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Um acelerador de vídeos feito para você
拡張機能の基本情報
名前 | |
ID | dbmcklghoblhcolajlfhdbekdpcanbfe |
公式URL | https://chrome.google.com/webstore/detail/voitto-fastlearning-20/dbmcklghoblhcolajlfhdbekdpcanbfe |
説明 | Oferecido por: www.voitto.com.br |
ファイルサイズ | 30.49 KB |
インストール数 | 7,258 |
現在のバージョン | 2.0.0 |
最終更新日 | 2020-08-19 |
公開日 | 2019-01-14 |
評価 | 4.50/5 合計 14 レビュー |
開発者 | http://www.voitto.com.br |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voitto FastLearning 2.0", "short_name": "videospeed", "version": "2.0.0", "manifest_version": 2, "description": "Oferecido por: www.voitto.com.br", "homepage_url": "https:\/\/www.voitto.com.br", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "exclude_matches": [ "https:\/\/plus.google.com\/hangouts\/*", "https:\/\/hangouts.google.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/teamtreehouse.com\/*", "http:\/\/www.hitbox.tv\/*" ], "css": [ "inject.css" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "inject.css", "shadow.css" ] } |