Crvor Live Notifier
Extension pour suivre les lives de Crvor.
Crvor Live Notifierとは何ですか?
Crvor Live NotifierはNucktrooperによって開発されたChromeの拡張機能で、その主な機能は「Extension pour suivre les lives de Crvor.」です。
拡張機能のスクリーンショット
Crvor Live Notifier拡張機能のCRXファイルをダウンロード
Crvor Live Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension pour suivre les lives, vidéos youtube, messages et giveaways de Crvor.
Autres navigateurs : tinyurl.com/ext-iamcrvor
Tous droits réservés au développeur, Nucktrooper : tinyurl.com/extension-live-notifier 拡張機能の基本情報
| 名前 | |
| ID | cdgopemjialdehgimnebjdjhchkehbkl |
| 公式URL | https://chromewebstore.google.com/detail/crvor-live-notifier/cdgopemjialdehgimnebjdjhchkehbkl |
| 説明 | Extension pour suivre les lives de Crvor. |
| ファイルサイズ | 348 KB |
| インストール数 | 20 |
| 現在のバージョン | 8.0.1 |
| 最終更新日 | 2021-07-03 |
| 公開日 | 2020-05-31 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | Nucktrooper |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | de,en,fr,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "8.0.1",
"default_locale": "fr",
"name": "Crvor Live Notifier",
"description": "Extension pour suivre les lives de Crvor.",
"background": {
"persistent": true,
"scripts": [
"src\/modules\/utils.js",
"src\/modules\/translations.js",
"src\/modules\/storage.js",
"src\/modules\/http.js",
"src\/modules\/button.js",
"src\/modules\/notification.js",
"src\/functionalities\/functionalities.js",
"src\/functionalities\/twitch.js",
"src\/functionalities\/youtube.js",
"src\/functionalities\/twitter.js",
"src\/functionalities\/announcement.js",
"src\/functionalities\/giveaway.js",
"src\/jingle.js",
"src\/theme.js",
"src\/streamers.js",
"src\/extension.js"
]
},
"author": "Nucktrooper",
"manifest_version": 2,
"icons": {
"128": "icon.png"
},
"permissions": [
"notifications"
],
"optional_permissions": [
"background"
],
"options_ui": {
"open_in_tab": true,
"page": "pages\/options\/options.html"
},
"browser_action": {
"default_icon": {
"19": "design\/btn_OFF.png"
},
"default_popup": "pages\/popup\/popup.html"
},
"applications": {
"gecko": {
"update_url": "https:\/\/eln-host.herokuapp.com\/extensions\/firefox\/updates.json"
}
},
"content_security_policy": "script-src 'self' https:\/\/platform.twitter.com https:\/\/cdn.syndication.twimg.com; object-src 'self'"
} | |