ImgurAtWork
Converts Imgur URLs To Filmot URLs
Cos'è ImgurAtWork?
ImgurAtWork è un'estensione di Chrome sviluppata da JTaylorApps, e la sua funzione principale è "Converts Imgur URLs To Filmot URLs".
Scarica il file CRX dell'estensione ImgurAtWork
Scarica i file di estensione ImgurAtWork 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
Basic extension that converts all URLs at imgur.com to filmot.org, bypassing most web filters. Supports: - Imgur Images - Imgur Albums - RES Image Expanders - HoverZoom (Single Images Only) Does Not Support: - Never-Ending-Reddit - Imgur Albums Using HoverZoom ** Please Use AlternateImgurAtWork If This Extension Fails Due To Filmot.org Being Blocked ** ** AlternateImgurAtWork Bypasses Most Filters, But Sacrifices Imgur Album & RES Expander Functionality To Do So ** Version 1.4.0-1.4.1 - Complete Support For RES Image Expanders - Structure Improvements - Coming Soon: Support For Images Inside Of Self Post Expanders Version 1.3.0: - Complete Rewrite - Performance Improvements - Improves HoverZoom Compatibility Version 1.2.1 - 1.2.5: - Performance Improvements - Improves HoverZoom Compatibility Version 1.2.0: - Performance Improvements - Supports RES Image Expander Version 1.1.0: - 100% Performance Increase Version 1.0.0: - Original Release
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | ikhgpjmkffoocjeohogieeolnmchcmgc |
URL Ufficiale | https://chrome.google.com/webstore/detail/imguratwork/ikhgpjmkffoocjeohogieeolnmchcmgc |
Descrizione | Converts Imgur URLs To Filmot URLs |
Dimensione del File | 36 KB |
Conteggio Installazioni | 105 |
Versione Corrente | 1.4.1 |
Ultimo Aggiornamento | 2014-07-11 |
Data di Pubblicazione | 2014-07-11 |
Valutazione | 3.25/5 Totale 8 Valutazioni |
Sviluppatore | JTaylorApps |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "content_scripts": [ { "all_frames": true, "js": [ "jquery.js", "contentScript.js" ], "matches": [ "*:\/\/www.reddit.com\/*" ] } ], "description": "Converts Imgur URLs To Filmot URLs", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqU7IiHRSi7paRrnNyoy9EcMKO9iAboIEMyahI8ugXkpxiIbjEF3EjEJflPby40lq24Yrd\/LCYaJSHGoV0h+4S1WZfssndITDXNmoYipqJiubLL\/HoSf26CvB8wKC0wraflQQUTFJrDr3AQ\/zu8G87ZAUYnFH8B9mTX60gaxi3kJioFexnjtccXr574w2Q+RbGHMrwOjq+hgZZbFg041ClTdxEtRHP2w7sHxBnLlLeJuVuodIitElwh0lHI6GLhpzuN1Dym9frot6XfyvDgChAN5XjpwveaLVukM8848\/hlvkxNeT0BWm2Q4eyYIiOHgwlOR\/FQgIqgqQD+GYduNqiQIDAQAB", "manifest_version": 2, "name": "ImgurAtWork", "permissions": [ "*:\/\/www.reddit.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.1", "web_accessible_resources": [ "contentScript.js", "jquery.js", "jquery-1.10.2.min.map" ] } |