Smooth Academia.edu

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

Smooth Academia.eduคืออะไร?

Smooth Academia.edu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://camilstaps.nl และคุณลักษณะหลักของมันคือ "Smoothens your Academia.edu experience by disabling annoying features. This is an unofficial add-on."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smooth Academia.edu

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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]"
        }
    }
}