StretchView
Remove annoying black bars from video
StretchViewとは何ですか?
StretchViewはMCISMcによって開発されたChromeの拡張機能で、その主な機能は「Remove annoying black bars from video」です。
拡張機能のスクリーンショット
StretchView拡張機能のCRXファイルをダウンロード
StretchView拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
remove annoying black bars from video to fit your screen 拡張機能の基本情報
| 名前 | |
| ID | ladceggegjmncgmjnnenegojgcinflci |
| 公式URL | https://chromewebstore.google.com/detail/stretchview/ladceggegjmncgmjnnenegojgcinflci |
| 説明 | Remove annoying black bars from video |
| ファイルサイズ | 144 KB |
| インストール数 | 8,000 |
| 現在のバージョン | 5.4.3 |
| 最終更新日 | 2020-09-30 |
| 公開日 | 2020-01-10 |
| 評価 | 4.35/5 合計 94 レビュー |
| 開発者 | MCISMc |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://github.com/MCISMc/StretchView |
| 対応言語 | en |
| manifest.json | |
{
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": {
"128": "images\/logo-128.png",
"16": "images\/logo-48.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png"
},
"default_popup": "html\/popup.html",
"default_title": "StretchView"
},
"content_scripts": [
{
"js": [
"Jquery\/jquery-2.1.3.min.js",
"Jquery\/jquery.hotkeys.js",
"Jquery\/jquery.fullscreen.js",
"js\/StretchView.js"
],
"matches": [
"https:\/\/*.youtube.com\/*",
"https:\/\/*.primevideo.com\/*",
"https:\/\/*.twitch.tv\/*",
"https:\/\/*.hotstar.com\/*",
"https:\/\/*.sonyliv.com\/*",
"https:\/\/*.netflix.com\/*",
"https:\/\/*.erosnow.com\/*",
"https:\/\/*.voot.com\/*",
"https:\/\/*.zee5.com\/*",
"https:\/\/*.altbalaji.com\/*",
"https:\/\/*.jiocinema.com\/*",
"https:\/\/*.facebook.com\/*",
"https:\/\/*.twitter.com\/*",
"https:\/\/*.instagram.com\/*",
"https:\/\/*.airtelxstream.in\/*",
"https:\/\/*.mxplayer.in\/*"
],
"run_at": "document_start"
},
{
"css": [
"css\/ytfix.css"
],
"matches": [
"https:\/\/*.youtube.com\/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "Remove annoying black bars from video",
"icons": {
"128": "images\/logo-128.png",
"16": "images\/logo-48.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjSGL7WxDyJSpU3TPpaWTqdaahgXe2bsh3AEtRw\/+quHLHc9gupSAdWeHogiuOh0gxAs7RFitlyYNdgkNkE4O3fxJifuz1s0tu904xFBkOA7TPFk12hR7zPivrlnI6NxmTuKU1KSMFd08lGL6sg5vjTsSWnq31sCTFaKewH8wXT52p6p\/qI8DCkUVQz6mk0iVYGbmV23iXYxySd8Hecg2Eb+nLi37rcxiokDExEn+hE636vuro9AF0K4m\/H96UUcNPqNCL64T3vW32mLdNUjMm\/pNFTCZDQscVtq\/aZNEtLNE+104l7rL+imJc5oeXHHIIoqpJEWhgmqehayErZaT9wIDAQAB",
"manifest_version": 2,
"name": "StretchView",
"permissions": [
"activeTab",
"storage",
"https:\/\/*.askapache.com\/*",
"http:\/\/*.askapache.com\/*"
],
"short_name": "StretchView",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "5.4.3"
} | |