Smooth Academia.edu

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

什麼是Smooth Academia.edu?

Smooth Academia.edu是由https://camilstaps.nl開發的Chrome擴展程式,該擴展的主要功能是“Smoothens your Academia.edu experience by disabling annoying features. This is an unofficial add-on.”。

擴展截圖

screenshot

下載Smooth Academia.edu擴展crx文件

下載Smooth Academia.edu擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Smooth Academia.edu Smooth Academia.edu
ID aeohigfgkmgceofpjhmfmeiembnpobme
官方網址 https://chromewebstore.google.com/detail/smooth-academiaedu/aeohigfgkmgceofpjhmfmeiembnpobme
簡介 Smoothens your Academia.edu experience by disabling annoying features. This is an unofficial add-on.
檔案大小 33.24 KB
安裝次數 642
目前版本 0.3.6
更新時間 2021-05-19
上架時間 2020-03-09
評分 5.00/5 共 1 次評分
開發者 https://camilstaps.nl
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/camilstaps/Smooth-Academia-edu
支援的語言 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]"
        }
    }
}