AllDayNetflix
This extension removes popup dialog on netflix asking to continue watching.
Vad är AllDayNetflix?
AllDayNetflix är en Chrome-tillägg utvecklad av Matthew, och dess huvudfunktion är "This extension removes popup dialog on netflix asking to continue watching.".
Tilläggsskärmbilder
Ladda ner AllDayNetflix-förlängningens CRX-fil
Ladda ner AllDayNetflix-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
Simple extension to automatically click "Continue Watching" when the dialog appears while watching netflix in your browser. Lets you binge-watch TV episodes without interruption.
Instructions:
1) Add extension to Chrome via "Chrome Web Store"
2) Restart the browser (close all windows and tabs)
3) Watch netflix and enjoy! Grundläggande Information om Tillägg
| Namn | |
| ID | hlbbnidhchhkemeieppchepgbnelggdk |
| Officiell webbadress | https://chromewebstore.google.com/detail/alldaynetflix/hlbbnidhchhkemeieppchepgbnelggdk |
| Beskrivning | This extension removes popup dialog on netflix asking to continue watching. |
| Filstorlek | 49.2 KB |
| Antal Installationer | 305 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-11-10 |
| Publiceringsdatum | 2015-11-10 |
| Betyg | 4.00/5 Totalt 4 Betyg |
| Utvecklare | Matthew |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.matthewlewis.ca |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"jquery.min.js",
"netflix.js"
],
"matches": [
"http:\/\/*.netflix.com\/*",
"https:\/\/*.netflix.com\/*",
"http:\/\/*.netflix.ca\/*",
"https:\/\/*.netflix.ca\/*"
]
}
],
"author": "Matthew Lewis",
"description": "This extension removes popup dialog on netflix asking to continue watching.",
"manifest_version": 2,
"name": "AllDayNetflix",
"version": "1.0"
} | |