Torrent Search for a Movie
Quick search for torrent files on movie pages for IMDB™
Was ist Torrent Search for a Movie?
Torrent Search for a Movie ist eine Chrome-Erweiterung, die von Utilities For Life entwickelt wurde, und ihr Hauptmerkmal ist "Quick search for torrent files on movie pages for IMDB™".
Erweiterungsscreenshots
Torrent Search for a Movie-Erweiterungs-CRX-Datei herunterladen
Laden Sie Torrent Search for a Movie-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension is helpful for IMDB™ users and people who download movies with help of torrents.
Now while you check the rating and reviews of a movie or TV series on IMDB™ you can immediately search for a torrent file for it! Torrent download button appears right next to movie title on IMDB™ webpage!
This is a simple extension. It works only on IMDB™ pages!
Features
- Adds Download torrent button on IMDB™ movie pages and TV series
- Nothing more!
NOTE: Movie Torrent Search for IMDB™ extension is not endorsed or certified by Amazon.com, Inc. All IMDB™ logos and trademarks displayed on this chrome extension are property of Amazon.com, Inc. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mkhmkalnahnenledodkkpfaeboippieh |
| Offizielle URL | https://chromewebstore.google.com/detail/torrent-search-for-a-movi/mkhmkalnahnenledodkkpfaeboippieh |
| Beschreibung | Quick search for torrent files on movie pages for IMDB™ |
| Dateigröße | 204 KB |
| Installationsanzahl | 2,284 |
| Aktuelle Version | 4.0.0.1 |
| Letztes Update | 2023-05-30 |
| Veröffentlichungsdatum | 2023-02-14 |
| Bewertung | 4.00/5 Insgesamt 8 Bewertungen |
| Entwickler | Utilities For Life |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | http://bit.ly/3RYjS6m |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"css\/main.css"
],
"js": [
"js\/content.js"
],
"matches": [
"*:\/\/*.imdb.com\/*",
"*:\/\/*.kinopoisk.ru\/*"
],
"run_at": "document_end"
}
],
"content_security_policy": {
"sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self' blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"32": "icons\/icon32.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"webRequest",
"storage",
"unlimitedStorage",
"proxy",
"cookies",
"webRequestAuthProvider",
"tabs",
"scripting",
"declarativeNetRequestWithHostAccess"
],
"sandbox": {
"pages": [
"js\/sandbox.html"
]
},
"version": "4.0.0.1",
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"js\/sandbox.html"
],
"use_dynamic_url": true
}
]
} | |