Not Enough Pinterest
Browse interest without an account.
Cos'è Not Enough Pinterest?
Not Enough Pinterest è un'estensione di Chrome sviluppata da sclarklasley, e la sua funzione principale è "Browse interest without an account.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Not Enough Pinterest
Scarica i file di estensione Not Enough Pinterest 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
Have you ever landed on a pinterest page after a google search and been annoyed by that signup nag that creeps up to force you to create an account to look any further? This extension removes the overlay so you can browse in peace. Note, this does not yet work on the home page, and it may never work for that.
Informazioni di Base sull'Estensione
Nome | |
ID | ikjaahiemempijfcjjoogenebkamjpik |
URL Ufficiale | https://chrome.google.com/webstore/detail/not-enough-pinterest/ikjaahiemempijfcjjoogenebkamjpik |
Descrizione | Browse interest without an account. |
Dimensione del File | 11 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-03-12 |
Data di Pubblicazione | 2016-03-12 |
Valutazione | 1.00/5 Totale 5 Valutazioni |
Sviluppatore | sclarklasley |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/stonelasley/NoPinterest |
URL della Pagina di Aiuto | https://github.com/stonelasley/NoPinterest/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Not Enough Pinterest", "description": "Browse interest without an account.", "version": "1.0", "browser_action": { "default_icon": "assets\/icon.png" }, "permissions": [ "tabs", "*:\/\/*.pinterest.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.pinterest.com\/*" ], "js": [ "src\/nopinterest.js" ], "run_at": "document_end" } ] } |