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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Smoothens your Academia.edu experience by disabling annoying features. This is an unofficial add-on."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smooth Academia.edu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]"
        }
    }
}