Flix - Watch Netflix with your buddies!
Sync up your Netflix shows and watch them with your buddies!
Vad är Flix - Watch Netflix with your buddies!?
Flix - Watch Netflix with your buddies! är en Chrome-tillägg utvecklad av theRoughCode, och dess huvudfunktion är "Sync up your Netflix shows and watch them with your buddies!".
Tilläggsskärmbilder
Ladda ner Flix - Watch Netflix with your buddies!-förlängningens CRX-fil
Ladda ner Flix - Watch Netflix with your buddies!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Flix connects you with your friends and loved ones all across the world by syncing up your Netflix shows! Grundläggande Information om Tillägg
| Namn | |
| ID | ogobbjinnajkoepejmkhafcfpjbkmahb |
| Officiell webbadress | https://chromewebstore.google.com/detail/flix-watch-netflix-with-y/ogobbjinnajkoepejmkhafcfpjbkmahb |
| Beskrivning | Sync up your Netflix shows and watch them with your buddies! |
| Filstorlek | 16.43 MB |
| Antal Installationer | 1,256 |
| Aktuell Version | 0.0.0.9 |
| Senast Uppdaterad | 2020-01-12 |
| Publiceringsdatum | 2020-01-11 |
| Betyg | 4.00/5 Totalt 4 Betyg |
| Utvecklare | theRoughCode |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Flix - Watch Netflix with your buddies!",
"short_name": "Flix",
"version": "0.0.0.9",
"description": "Sync up your Netflix shows and watch them with your buddies!",
"manifest_version": 2,
"browser_action": {
"default_icon": {
"16": "img\/flix_logo16.png",
"32": "img\/flix_logo32.png",
"48": "img\/flix_logo48.png",
"128": "img\/flix_logo128.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "img\/flix_logo16.png",
"32": "img\/flix_logo32.png",
"48": "img\/flix_logo48.png",
"128": "img\/flix_logo128.png"
},
"permissions": [
"activeTab",
"storage"
],
"background": {
"scripts": [
".\/js\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/www.netflix.com\/watch\/*"
],
"css": [
".\/css\/materialize.min.css",
".\/css\/style.css"
],
"js": [
".\/js\/socket.io.js",
".\/js\/vue.js",
".\/js\/materialize.min.js",
".\/js\/emojione.min.js",
".\/js\/jquery-3.3.1.min.js",
".\/js\/chat.js"
]
}
],
"web_accessible_resources": [
"img\/*.png"
]
} | |