Smooth Academia.edu

Smoothens your Academia.edu experience by disabling annoying features. This is an unofficial add-on.

Smooth Academia.edu là gì?

Smooth Academia.edu là một tiện ích mở rộng Chrome được phát triển bởi https://camilstaps.nl, và tính năng chính của nó là "Smoothens your Academia.edu experience by disabling annoying features. This is an unofficial add-on.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smooth Academia.edu

Tải xuống các tệp mở rộng Smooth Academia.edu 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

                        Academia.edu is omnipresent in some academic fields. Unfortunately, the website is very frustrating in that it keeps pushing you to buy a Premium subscription.

This extension aims to smoothen your Academia.edu experience by removing links to premium features and other annoying habits.

All things that are being disabled can be turned on/off in the add-on settings.

This is an unofficial extension. There is no affiliation with Academia.edu whatsoever.                    

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

Tên Smooth Academia.edu Smooth Academia.edu
ID aeohigfgkmgceofpjhmfmeiembnpobme
URL Chính Thức https://chromewebstore.google.com/detail/smooth-academiaedu/aeohigfgkmgceofpjhmfmeiembnpobme
Mô tả Smoothens your Academia.edu experience by disabling annoying features. This is an unofficial add-on.
Kích Thước Tệp 33.24 KB
Số Lần Cài Đặt 642
Phiên Bản Hiện Tại 0.3.6
Cập Nhật Lần Cuối 2021-05-19
Ngày Phát Hành 2020-03-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://camilstaps.nl
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/camilstaps/Smooth-Academia-edu
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smooth Academia.edu",
    "short_name": "Smooth A.edu",
    "version": "0.3.6",
    "description": "Smoothens your Academia.edu experience by disabling annoying features. This is an unofficial add-on.",
    "homepage_url": "https:\/\/github.com\/camilstaps\/Smooth-Academia-edu",
    "author": "Camil Staps",
    "icons": {
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png",
        "128": "icons\/logo-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.academia.edu\/*"
            ],
            "css": [
                "smooth-academia-edu.css"
            ],
            "js": [
                "smooth-academia-edu.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "chrome_style": true
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}