FlixMiner
FlixMiner
What is FlixMiner?
FlixMiner is a Chrome extension developed by Mairo Vergara, and its main feature is "FlixMiner".
Extension Screenshots
Download FlixMiner Extension CRX File
Download FlixMiner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Minere legendas de filmes e seriados sem pausar o que estiver assistindo e depois use as frases em conjunto com um SRS para aprimorar seus estudos de idiomas.
Extension Basic Information
Name | |
ID | daofhghgaljfadogdfhllpfoieipjmhb |
Official URL | https://chromewebstore.google.com/detail/flixminer/daofhghgaljfadogdfhllpfoieipjmhb |
Description | FlixMiner |
File Size | 522 KB |
Installation Count | 10,511 |
Current Version | 1.15.4 |
Last Updated | 2022-11-11 |
Publish Date | 2020-06-21 |
Rating | 4.58/5 Total 36 Ratings |
Developer | Mairo Vergara |
[email protected] | |
Payment Type | free |
Extension Website | https://flixminer.com |
Privacy Policy Page URL | https://flixminer.com |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnZrfi3Adts+wibsCVQIL5Hp1YALLFnupFLluPk43T9i4+lKJ9BWQ\/hMpal4tbyWVBXl\/LjKf3U2FYYzo7JuSR7IJ2lPHINoTYgKrv1cXiChXl8MISyldEeVYEPsOD6bm+RKa9tHMSsxHWA8K+huAHT1bAMzVZN0yYPUnSbvaKWkQB+fUaMgAtdEFNjbm+xu2KMNZtDacGdTJj15DToz5HBGSuIKtYjA4\/d2\/w5NCGNn+Qgjs8X0+FbbmXThjngFbQZvqV4yP7kVgw0t\/lwunRVQkISWzLubZH7UglScBIglbjcyZiZIc6mADTP8GXBnanBNcoWHHpto3dxg4FDW0iQIDAQAB", "manifest_version": 3, "name": "FlixMiner", "version": "1.15.4", "description": "FlixMiner", "author": "Mairo Vergara", "options_page": "scripts\/pages\/options\/options.html", "permissions": [ "activeTab", "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/www.netflix.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.primevideo.com\/*", "https:\/\/www.disneyplus.com\/*", "https:\/\/play.hbomax.com\/*", "https:\/\/www.starplus.com\/*\/**", "https:\/\/flixminer.com\/*\/**" ], "web_accessible_resources": [ { "resources": [ "images\/logos\/logo.png", "icons\/icon-watch.svg", "icons\/icon-watch-grey.svg", "icons\/copy.svg", "icons\/close.svg" ], "matches": [ "https:\/\/localhost:4200\/*", "*:\/\/www.netflix.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/www.primevideo.com\/*", "*:\/\/www.disneyplus.com\/*", "*:\/\/play.hbomax.com\/*", "*:\/\/www.starplus.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/flixminer.com\/*" ] }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/logo\/logo-16.png", "32": "icons\/logo\/logo-32.png", "48": "icons\/logo\/logo-48.png", "128": "icons\/logo\/logo-128.png" }, "action": { "default_title": "FlixMiner", "default_icon": { "16": "icons\/logo\/logo-16.png", "32": "icons\/logo\/logo-32.png", "48": "icons\/logo\/logo-48.png", "128": "icons\/logo\/logo-128.png" }, "default_popup": "scripts\/pages\/popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/www.primevideo.com\/*", "*:\/\/www.disneyplus.com\/*", "*:\/\/play.hbomax.com\/*", "*:\/\/www.starplus.com\/*" ], "exclude_globs": [], "js": [ "scripts\/config.js", "scripts\/services\/log.js", "scripts\/services\/streaming.js", "scripts\/services\/api.js", "assets\/jquery.min.js", "assets\/jquery.hotkeys.js", "scripts\/content-scripts\/streaming-startup.js", "scripts\/main.js", "scripts\/services\/chrome-storage.js" ], "css": [ "scripts\/content-scripts\/streaming.css", "css\/icons.css" ] }, { "matches": [ "*:\/\/flixminer.com\/*" ], "run_at": "document_start", "js": [ "assets\/jquery.min.js" ] } ], "commands": [] } |