Forbes™ Splash Screen Bypass

Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]

Τι είναι το Forbes™ Splash Screen Bypass;

Το Forbes™ Splash Screen Bypass είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον whizzzkid, και η κύρια λειτουργία του είναι "Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]".

Λήψη αρχείου CRX της επέκτασης Forbes™ Splash Screen Bypass

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

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

                        This should bypass the annoying 'thought of the day' splash screen on Forbes™ website. Unlike other extensions, we do not click the continue to site button rather we use advanced cookie manipulation to get past that.

v0.1: Cookie POC                    

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

Όνομα Forbes™ Splash Screen Bypass Forbes™ Splash Screen Bypass
ID gjiddhnfkgbnnhbghaacfofkopmgleij
Επίσημο URL https://chrome.google.com/webstore/detail/forbes-splash-screen-bypa/gjiddhnfkgbnnhbghaacfofkopmgleij
Περιγραφή Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]
Μέγεθος Αρχείου 3.71 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2015-03-10
Ημερομηνία Δημοσίευσης 2015-03-10
Αξιολόγηση 4.40/5 Συνολικά 42 Αξιολογήσεις
Προγραμματιστής whizzzkid
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Forbes\u2122 Splash Screen Bypass",
    "description": "Bypasses the 'thought of the day' splash screen on Forbes\u2122 website. [[email protected]]",
    "version": "0.1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "*:\/\/*.forbes.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}