ChromeEX
1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links
ChromeEXとは何ですか?
ChromeEXはhttps://powerz.topによって開発されたChromeの拡張機能で、その主な機能は「1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links」です。
拡張機能のスクリーンショット
ChromeEX拡張機能のCRXファイルをダウンロード
ChromeEX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Change user-agent,inject script&style what you want. 拡張機能の基本情報
| 名前 | |
| ID | anlbhlpjfbcaomechnemcplbhagebmdh |
| 公式URL | https://chromewebstore.google.com/detail/chromeex/anlbhlpjfbcaomechnemcplbhagebmdh |
| 説明 | 1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links |
| ファイルサイズ | 67.25 KB |
| インストール数 | 18 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2021-04-27 |
| 公開日 | 2020-05-25 |
| 開発者 | https://powerz.top |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://powerz.top?r=ext/chromeex |
| ヘルプページのURL | http://powerz.top?r=ext/chromeex |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ChromeEX",
"version": "1.1",
"manifest_version": 2,
"homepage_url": "http:\/\/powerz.top?r=ext\/chromeex",
"description": "1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": {
"19": "icon_19.png",
"38": "icon_38.png"
},
"default_title": "chromeEX",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"script\/background.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"script\/enginex.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"minimum_chrome_version": "61",
"incognito": "spanning",
"offline_enabled": true,
"options_page": "options.html",
"permissions": [
"unlimitedStorage",
"tabs",
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |