Nutter
Add videos to your Nutter account right from the video page.
Cos'è Nutter?
Nutter è un'estensione di Chrome sviluppata da http://nutter.io, e la sua funzione principale è "Add videos to your Nutter account right from the video page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nutter
Scarica i file di estensione Nutter 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
Find that perfect nut with Nutter! Add any porn videos from any site to your Nutter account. No sign up required. Completely free. Click the chrome extension to add any video or all open tabs. This will add all the videos on all your open tabs instantly to your free Nutter account. You can then pause and play the videos from there. The videos look like a grid, so you can see them all. Works on all porn sites (even Youtube + Instagram) Enjoy! send feedback please to [email protected]
Informazioni di Base sull'Estensione
Nome | |
ID | nkhcohbpmhkpcmipombcmiallbmlpged |
URL Ufficiale | https://chrome.google.com/webstore/detail/nutter/nkhcohbpmhkpcmipombcmiallbmlpged |
Descrizione | Add videos to your Nutter account right from the video page. |
Dimensione del File | 277 KB |
Conteggio Installazioni | 128 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2017-04-02 |
Data di Pubblicazione | 2017-04-02 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | http://nutter.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://nutter.io |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nutter", "description": "Add videos to your Nutter account right from the video page.", "version": "2.1", "icons": { "128": "assets\/img\/icon.png", "48": "assets\/img\/icon.png", "16": "assets\/img\/icon.png" }, "web_accessible_resources": [ "assets\/img\/icon.png", "assets\/img\/added.png", "assets\/js\/jquery.js", "assets\/js\/app.js", "assets\/js\/clickaction.js", "assets\/css\/style.css" ], "browser_action": { "default_icon": "assets\/img\/icon.png", "default_title": "Nutter", "default_popup": "views\/popup.html" }, "background": { "scripts": [ "assets\/js\/clickaction.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/js\/jquery.js", "assets\/js\/vue.js", "assets\/js\/app.js" ], "css": [ "assets\/css\/style.css" ] } ], "permissions": [ "activeTab", "tabs", "storage", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/*", "https:\/\/*\/*" ] } |