Website scripting

Developers can add javascript codes in webpage. Like customizing other websites with our own codes.

Τι είναι το Website scripting;

Το Website scripting είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Anbarasan, και η κύρια λειτουργία του είναι "Developers can add javascript codes in webpage. Like customizing other websites with our own codes.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Website scripting

Λήψη αρχείων επέκτασης Website scripting σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Following list of features available.
    1. Insert javascript codes in web pages.
    2. Can customize URL by using regular expressions.
    3. Multiple scripts can be execute in same page.
    4. Jquery support available.
    5. This extension is completely open source.
    6. To share your javascript code to public, there is push request link you can use it. We will review it and add to public usage.
    7. When you need assistance for writing codes for your website we have request option to assist.
    8. We open to contribution by developers for enhance the project.
    9. You do have templates in the code, those are mostly reusable only.
    10. By default some javascript codes will be provided. You can enable it, if it is relevant to you. Due to privacy we don't enable any scripts on default. You can read the javascript codes and activate it.

Following websites, we fixed bugs.
    1. Watch cartoons online - Fullscreen outline removed
    2. Hotstar - Subtitle default english selected and Quality set to highest quality
    3. Sample document download - Multiple files download script added for reusable purpose developers can copy it and paste wherever they want. 

It also refers as web override or webpage overrides.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Website scripting Website scripting
ID aggnfbkmhedkekjoplldenefbchaoiln
Επίσημο URL https://chromewebstore.google.com/detail/website-scripting/aggnfbkmhedkekjoplldenefbchaoiln
Περιγραφή Developers can add javascript codes in webpage. Like customizing other websites with our own codes.
Μέγεθος Αρχείου 111 KB
Αριθμός Εγκαταστάσεων 894
Τρέχουσα Έκδοση 2.7.5
Τελευταία Ενημέρωση 2022-03-10
Ημερομηνία Δημοσίευσης 2020-06-17
Αξιολόγηση 5.00/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής Anbarasan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://anbarasanblog.blogspot.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://anbarasanblog.blogspot.com/
URL της Σελίδας Πολιτικής Απορρήτου https://anbarasanblog.blogspot.com/p/website-scripting-privacy-policy.html
Υποστηριζόμενες Γλώσσες en,en-GB,en-US,es,ru,hi,ta,ar,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "short_name": "__MSG_appShortTitle__",
    "description": "__MSG_appDesc__",
    "version": "2.7.5",
    "offline_enabled": true,
    "default_locale": "en",
    "icons": {
        "16": "image\/16_icon.png",
        "48": "image\/48_icon.png",
        "128": "image\/128_icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_ui": {
        "page": "options_page.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_title": "__MSG_appTitle__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/CommonFunctionalities.js",
            "js\/ChromeFunctionalities.js",
            "background.js"
        ]
    },
    "manifest_version": 2
}