Remove Netflix Subtitles
Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not
Vad är Remove Netflix Subtitles?
Remove Netflix Subtitles är en Chrome-tillägg utvecklad av Anderson Queiroz, och dess huvudfunktion är "Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not".
Tilläggsskärmbilder
Ladda ner Remove Netflix Subtitles-förlängningens CRX-fil
Ladda ner Remove Netflix Subtitles-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
Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not. Grundläggande Information om Tillägg
| Namn | |
| ID | aoocobbmjfikbnjmjhkikjkehbkeaadk |
| Officiell webbadress | https://chromewebstore.google.com/detail/remove-netflix-subtitles/aoocobbmjfikbnjmjhkikjkehbkeaadk |
| Beskrivning | Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not |
| Filstorlek | 15.34 KB |
| Antal Installationer | 123 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2016-09-02 |
| Publiceringsdatum | 2016-09-01 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | Anderson Queiroz |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/AndersonQ/remove-netflix-subtitles |
| Stödda Språk | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Remove Netflix Subtitles",
"short_name": "Remove Netflix Subtitles",
"description": "Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not",
"version": "1.0.0",
"minimum_chrome_version": "11",
"icons": {
"16": "img\/subtitleGreen.png",
"128": "img\/subtitleOnOff.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"page_action": {
"default_title": "Hide\/Show Netflix subtitles"
},
"permissions": [
"activeTab",
"declarativeContent"
]
} | |