Gatry Night Mode
Turn off the Gatry lights!
Gatry Night Modeとは何ですか?
Gatry Night Modeはhttps://moraisandre.comによって開発されたChromeの拡張機能で、その主な機能は「Turn off the Gatry lights!」です。
拡張機能のスクリーンショット
Gatry Night Mode拡張機能のCRXファイルをダウンロード
Gatry Night Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
[PT-BR]
Extensão feita para adicionar o modo noturno no site de promoções www.gatry.com
[EN-US]
Extension made to add night mode in Gatry's Website 拡張機能の基本情報
| 名前 | |
| ID | biikdmnllamcecdchhjgiiaakjnmaoma |
| 公式URL | https://chromewebstore.google.com/detail/gatry-night-mode/biikdmnllamcecdchhjgiiaakjnmaoma |
| 説明 | Turn off the Gatry lights! |
| ファイルサイズ | 3.12 MB |
| インストール数 | 80 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2021-12-01 |
| 公開日 | 2018-09-04 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | https://moraisandre.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://moraisandre.com/ |
| ヘルプページのURL | http://moraisandre.com/night-night-mode/ |
| 対応言語 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gatry Night Mode",
"description": "Turn off the Gatry lights!",
"version": "1.3",
"omnibox": {
"keyword": "gatry"
},
"icons": {
"16": "icons\/gatry_icon16.png",
"48": "icons\/gatry_icon48.png",
"128": "icons\/gatry_icon128.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icons\/gatry_icon48.png",
"default_title": "Gatry Night Mode"
},
"permissions": [
"storage",
"tabs"
],
"content_scripts": [
{
"matches": [
"*:\/\/gatry.com\/*"
],
"js": [
"js\/replace-css.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
"images\/*.png",
"css\/night-mode.css"
],
"content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
} | |