Piss off, publisher frames!

Tells journal publisher frames and popups to piss off!

Piss off, publisher frames!란 무엇입니까?

Piss off, publisher frames!은(는) Backside Attack에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tells journal publisher frames and popups to piss off!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Piss off, publisher frames! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Piss off, publisher frames! Piss off, publisher frames!
ID ffmffcaeblfpligkklopofadiemkelld
공식 URL https://chromewebstore.google.com/detail/piss-off-publisher-frames/ffmffcaeblfpligkklopofadiemkelld
설명 Tells journal publisher frames and popups to piss off!
파일 크기 28.14 KB
설치 횟수 1,472
현재 버전 0.38
최근 업데이트 2020-02-20
출시 날짜 2020-02-20
평점 4.81/5 총 31 개의 평점
개발자 Backside Attack
결제 유형 free
지원되는 언어 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
}