Piss off, publisher frames!
Tells journal publisher frames and popups to piss off!
¿Qué es Piss off, publisher frames!?
Piss off, publisher frames! es una extensión de Chrome desarrollada por Backside Attack, y su función principal es "Tells journal publisher frames and popups to piss off!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Piss off, publisher frames!
Descarga archivos de extensión Piss off, publisher frames! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Update Feb 15, 2020 -- Better late than never! ________________________________ Do you read academic journal articles on the World Wide Web using a computing machine of some kind?? Do you like to view the article PDF in your whole window and not in frames and pop-ups that academic journal publishers like to provide? Good! Then, this is the right Chrome Extension for you! Features: - Eliminates useless PDF sidebars on select major publisher websites! - Eliminates pop-up PDF windows on major journal article repositories that JStor and deliver Science Direct-ly to you! - Doesn't really do anything else! Enable/disable the extension on each publisher site by clicking the extension icon or by going to chrome://extensions > Piss Off > Options Kindly send a support message if you find a publisher whose annoying frames and popups slip through the cracks. Sometimes publishers revamp (i.e. break) their sites as well, so let me know if things change suddenly! Otherwise, enjoy! NOTE ON PERMISSIONS: Requested permissions are solely to identify journal publisher websites and extract the appropriate PDF location. There are no ads, no tracking, and no analytics of any kind. I'm too simple for that kind of thing. CHANGE LOG: v0.38: New support for (destroying) Elsevier Reader! Several deprecated services have been removed, as publishers seem more amenable to just giving us the damn PDF. If this update breaks anything, please kindly leave a support message! v0.37: Wiley Readcube has been re-killed! v0.36: Some long overdue fixes, and deprecated support for some publishers who have finally given up on frames! Hurrah! v0.35: Proquest support should be fixed. Added experimental support for the hub of science that shall not be named. v0.34: Fixed JStor support due to site changes. Added satisfactory Springer support (I hope!). Fixed RSC support due to site changes. v0.33: New quick url hack to impale the Readcube interface on Wiley and send you straight to the pdf. (Seriously, why do the publishers think anyone wants this??) v0.32: Reverting a JStor bug fix. v0.31: Squashed bugs that broke JStor compatibility. Added requested EBSCO support. v0.30: Added new options panel accessible in chrome://extensions v0.28: Added query string support for PDF + Supplementary Info implementation on some sites (e.g. PNAS). Prior to this version, the extension was recklessly discarding the query string. v0.26: Bug fix for a situation in which Wiley URLs containing a proxy suffix would not be recognized correctly by the extension, leaving behind a hideous and monstrous header bar. v0.25: Fix for another useless site change at sciencedirect that broke everything. (8/26/13) v0.24: The hits just keep on coming. Here's a fix for RSC. v0.23: Squashed a bug generated by a change at sciencedirect.com that permitted some pesky PDF popups if browsing from journal TOC pages. v0.22: Added support for (destruction of!) Proquest. v0.21: Quick sloppy fix for IEEEeeeeee! v0.2: Supports (destroys!) more journal publisher websites. Eat it. v0.1: First beta release.
Información Básica de la Extensión
Nombre | Piss off, publisher frames! |
ID | ffmffcaeblfpligkklopofadiemkelld |
URL Oficial | https://chromewebstore.google.com/detail/piss-off-publisher-frames/ffmffcaeblfpligkklopofadiemkelld |
Descripción | Tells journal publisher frames and popups to piss off! |
Tamaño del Archivo | 28.14 KB |
Cantidad de Instalaciones | 1,472 |
Versión Actual | 0.38 |
Última Actualización | 2020-02-20 |
Fecha de Publicación | 2020-02-20 |
Calificación | 4.81/5 Total de 31 Calificaciones |
Desarrollador | Backside Attack |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Piss off, publisher frames!", "short_name": "Piss off!", "description": "Tells journal publisher frames and popups to piss off!", "version": "0.38", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": "icon-19.png", "default_title": "Piss off, publisher frames!", "default_popup": "options.html" }, "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |