Remember me netflix
An extension to remember your netflix profile
Remember me netflixとは何ですか?
Remember me netflixはremembermenetflixによって開発されたChromeの拡張機能で、その主な機能は「An extension to remember your netflix profile」です。
拡張機能のスクリーンショット
Remember me netflix拡張機能のCRXファイルをダウンロード
Remember me netflix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Say goodbye to the Netflix profile page.
With this extension, your browser remembers your Netflix profile at any time and the profile page no longer bothers you.
Github link: https://github.com/batbyR/remember-my-netflix-profile 拡張機能の基本情報
| 名前 | |
| ID | bkgojhikmiafepfdomlmofdenhieklni |
| 公式URL | https://chromewebstore.google.com/detail/remember-me-netflix/bkgojhikmiafepfdomlmofdenhieklni |
| 説明 | An extension to remember your netflix profile |
| ファイルサイズ | 259 KB |
| インストール数 | 109 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2020-02-09 |
| 公開日 | 2020-02-09 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | remembermenetflix |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://batby.hashnode.dev/netflix-la-page-de-trop-ck69wy20904t689s1xh224dhb |
| ヘルプページのURL | https://github.com/batbyR/remember-my-netflix-profile |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "An extension to remember your netflix profile",
"version": "1.0.0",
"name": "Remember me netflix",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon.png"
},
"icons": {
"128": "icon.png"
},
"permissions": [
"cookies",
"*:\/\/*.netflix.com\/*"
],
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |