LOMOTIFLess
Chega de LOMOTIF no twitter.
Cos'è LOMOTIFLess?
LOMOTIFLess è un'estensione di Chrome sviluppata da Metflix Labs, e la sua funzione principale è "Chega de LOMOTIF no twitter.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LOMOTIFLess
Scarica i file di estensione LOMOTIFLess 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
Após Gretchenless, apresentamos o LOMOTIFLess - uma extensão que vai remover (ou tentar) a maioria dos vídeos de LOMOTIF do twitter.
Informazioni di Base sull'Estensione
Nome | |
ID | clafllkmlfecjbnnmibdjfhffpoinjec |
URL Ufficiale | https://chromewebstore.google.com/detail/lomotifless/clafllkmlfecjbnnmibdjfhffpoinjec |
Descrizione | Chega de LOMOTIF no twitter. |
Dimensione del File | 11.69 MB |
Conteggio Installazioni | 10 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2020-04-07 |
Data di Pubblicazione | 2020-04-07 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Metflix Labs |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitter.com/MetflixLabs |
URL della Pagina di Aiuto | https://twitter.com/MetflixLabs |
Lingue Supportate | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LOMOTIFLess", "short_name": "LOMOTIFLess", "version": "0.1.1", "manifest_version": 2, "description": "Chega de LOMOTIF no twitter.", "homepage_url": "http:\/\/www.twitter.com\/MetflixLabs", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "persistent": true, "scripts": [ "src\/background\/background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*", "http:\/\/tweetdeck.twitter.com\/*" ], "content_scripts": [ { "js": [ "src\/lib\/jquery-3.4.1.min.js", "src\/lib\/domnodeappear.js", "src\/lib\/tesseract.min.js", "src\/core\/core.js" ], "matches": [ "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*", "http:\/\/tweetdeck.twitter.com\/*" ] } ], "web_accessible_resources": [ "icons\/block.svg", "icons\/spinner.gif", "src\/lib\/worker.min.js", "src\/lib\/tessearct-core.wasm.js", "src\/trainedData\/*.traineddata.gz" ] } |