Brazzers - TWEAKED
View many short scenes without limits and links to download FULL scenes from torrentz2.
Brazzers - TWEAKED란 무엇입니까?
Brazzers - TWEAKED은(는) Bobby Crawley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View many short scenes without limits and links to download FULL scenes from torrentz2."입니다.
확장 프로그램 스크린샷
Brazzers - TWEAKED 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
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" ] } |