Brazzers - TWEAKED

View many short scenes without limits and links to download FULL scenes from torrentz2.

Τι είναι το Brazzers - TWEAKED;

Το Brazzers - TWEAKED είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bobby Crawley, και η κύρια λειτουργία του είναι "View many short scenes without limits and links to download FULL scenes from torrentz2.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Brazzers - TWEAKED

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

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

                        Unlimited Brazzers Scene Previews with links to download scenes from Torrentz2

With this extension you can view unlimited short trailer scenes on www.brazzers.com.
Normally you are restricted to 3 previews as a guest visitor.

Activate the Extension to have site generate links to Torrentz2 with the scene name.
Now working with the new Brazzers site.

Enjoy.

2020-08-04 Update
- Changed: You must now activate the extension by clicking on it to gain links to Torrentz2.
                    This is due to the new site running slow and scripts running sooner then the site has loaded.
- Fix Torrent2 links as Torrentz2.eu is no-longer active

2020-03-10 Update
- Fixed: Links to torrentz2.eu should work on most/all pages now
- Fixed: 'I agree' page and bottom banner now gone. 
2020-03-08 Update
- New: Added links to torrentz2.eu
- Changed: The I agree page is back (still working on getting removed)
2020-02-20 Update
- Removed social media banner
- No more I Agree page on loading to www.brazzers.com                    

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

Όνομα Brazzers - TWEAKED Brazzers - TWEAKED
ID hedmogmfbcokkkodmlkmadilehjihbgk
Επίσημο URL https://chrome.google.com/webstore/detail/brazzers-tweaked/hedmogmfbcokkkodmlkmadilehjihbgk
Περιγραφή View many short scenes without limits and links to download FULL scenes from torrentz2.
Μέγεθος Αρχείου 48.42 KB
Αριθμός Εγκαταστάσεων 166
Τρέχουσα Έκδοση 0.5
Τελευταία Ενημέρωση 2020-08-04
Ημερομηνία Δημοσίευσης 2020-03-11
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Bobby Crawley
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brazzers - TWEAKED",
    "version": "0.5",
    "description": "View many short scenes without limits and links to download FULL scenes from torrentz2.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/zz-16.png",
            "32": "images\/zz-32.png",
            "48": "images\/zz-48.png",
            "128": "images\/zz-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.brazzers.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "startScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.brazzers.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "endScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/zz-16.png",
        "32": "images\/zz-32.png",
        "48": "images\/zz-48.png",
        "128": "images\/zz-128.png"
    },
    "web_accessible_resources": [
        "images\/torrentz2_16.png"
    ]
}