Piss off, publisher frames!

Tells journal publisher frames and popups to piss off!

Piss off, publisher frames! là gì?

Piss off, publisher frames! là một tiện ích mở rộng Chrome được phát triển bởi Backside Attack, và tính năng chính của nó là "Tells journal publisher frames and popups to piss off!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Piss off, publisher frames!

Tải xuống các tệp mở rộng Piss off, publisher frames! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Piss off, publisher frames! Piss off, publisher frames!
ID ffmffcaeblfpligkklopofadiemkelld
URL Chính Thức https://chromewebstore.google.com/detail/piss-off-publisher-frames/ffmffcaeblfpligkklopofadiemkelld
Mô tả Tells journal publisher frames and popups to piss off!
Kích Thước Tệp 28.14 KB
Số Lần Cài Đặt 1,472
Phiên Bản Hiện Tại 0.38
Cập Nhật Lần Cuối 2020-02-20
Ngày Phát Hành 2020-02-20
Đánh Giá 4.81/5 Tổng số 31 Đánh Giá
Nhà Phát Triển Backside Attack
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}