SPOI Options

Control the way you watch video online.

Τι είναι το SPOI Options;

Το SPOI Options είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://spoi.com, και η κύρια λειτουργία του είναι "Control the way you watch video online.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SPOI Options

Λήψη αρχείων επέκτασης SPOI Options σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        SPOI Options gives you the power to customize your on-line video watching experiences.

Options is based on a paid subscription model.  Licensed users will be billed $1.99 monthly, every six months, or every twelve months.  A fully-functional trial license is also available.

MAIN FEATURES:
• Disable pre-roll and in-video ads, annotations, and auto-play
• Hide page parts like the suggested videos, comments, descriptions, etc.
• Specify desired video quality / resolution
• Add keyboard controls to change video size, video quality, and hide page parts
• Add mouse controls to change your video size, volume, and scrub forward or rewind
• Change window and video display size
• Change video audio volume
• Set video start and end time, and loop or replay videos
• Synchronize your Options settings across different browsers and platforms
• Save bandwidth by blocking images, scripts, and fonts
• Create RSS links for keeping track of the latest media postings

SUPPORTED WEBSITES:
Options works with 11 major video sites and embedded videos, including YouTube™ and Vimeo™.

OFFICIAL WEBSITE:
For a full list of features, sites supported, and a detailed product description please visit https://spoi.com/options/

PERMISSIONS NEEDED:
Options needs this level of access to handle embedded videos.

Do not host, archive, or distribute SPOI Options without written permission from smart people on ice, LLC..                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SPOI Options SPOI Options
ID medeknkggnkeffoahbphecmjoakbpiab
Επίσημο URL https://chromewebstore.google.com/detail/spoi-options/medeknkggnkeffoahbphecmjoakbpiab
Περιγραφή Control the way you watch video online.
Μέγεθος Αρχείου 2.86 MB
Αριθμός Εγκαταστάσεων 8,457
Τρέχουσα Έκδοση 1.8.308
Τελευταία Ενημέρωση 2024-03-03
Ημερομηνία Δημοσίευσης 2020-05-25
Αξιολόγηση 1.27/5 Συνολικά 1265 Αξιολογήσεις
Προγραμματιστής https://spoi.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://spoi.com/options/
Διεύθυνση URL της Σελίδας Βοήθειας https://spoi.com/options/faq
URL της Σελίδας Πολιτικής Απορρήτου https://spoi.com/PRIVACY.txt
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "name": "SPOI Options",
    "author": "Smart People On Ice, LLC.",
    "short_name": "Options",
    "version": "1.8.308",
    "description": "Control the way you watch video online.",
    "icons": {
        "16": "Icon-16.png",
        "19": "Icon-19.png",
        "38": "Icon-38.png",
        "48": "Icon-48.png",
        "64": "Icon-64.png",
        "128": "Icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "js\/so.js"
            ],
            "matches": [
                "http:\/\/*.dailymotion.com\/*",
                "http:\/\/*.escapistmagazine.com\/*",
                "http:\/\/*.funnyordie.com\/*",
                "http:\/\/*.metacafe.com\/*",
                "http:\/\/*.vimeo.com\/*",
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.dailymotion.com\/*",
                "https:\/\/*.funnyordie.com\/*",
                "https:\/\/*.vimeo.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/spoi.com\/*"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "js\/so_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "js\/so_serviceWorker.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "Icon-19.png",
            "38": "Icon-38.png"
        },
        "default_title": "Toggle Options",
        "default_popup": "popup.html",
        "browser_style": false
    },
    "web_accessible_resources": [
        "Icon-*.png",
        "images\/*.png",
        "images\/*.svg",
        "images\/youtube\/*.png",
        "images\/youtube\/*.svg",
        "css\/owr*.css"
    ],
    "minimum_chrome_version": "26",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/aes.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/spoi.com; object-src 'self'",
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": true,
        "page": "options.html"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "incognito": "spanning",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}