Kickass torrent search
A kick-ass way to search a torrent by selecting text!
Cos'è Kickass torrent search?
Kickass torrent search è un'estensione di Chrome sviluppata da Rich Art, e la sua funzione principale è "A kick-ass way to search a torrent by selecting text!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kickass torrent search
Scarica i file di estensione Kickass torrent search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to select text on a page, right click it, and search that text on Kickass torrents. Informazioni di Base sull'Estensione
| Nome | |
| ID | mfejenndcibciljogmlhppblholelagg |
| URL Ufficiale | https://chromewebstore.google.com/detail/kickass-torrent-search/mfejenndcibciljogmlhppblholelagg |
| Descrizione | A kick-ass way to search a torrent by selecting text! |
| Dimensione del File | 38.16 KB |
| Conteggio Installazioni | 3,875 |
| Versione Corrente | 0.5.5 |
| Ultimo Aggiornamento | 2017-07-22 |
| Data di Pubblicazione | 2017-07-22 |
| Valutazione | 4.38/5 Totale 69 Valutazioni |
| Sviluppatore | Rich Art |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Kickass torrent search",
"author": "Richard van Goch",
"description": "A kick-ass way to search a torrent by selecting text!",
"version": "0.5.5",
"short_name": "KAT search",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"script.js"
]
},
"permissions": [
"contextMenus"
]
} | |