Inverto color fixer

Inverts colors for most images and embeded videos

Inverto color fixer क्या है?

Inverto color fixer Sirmyself द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inverts colors for most images and embeded videos"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension inverts the colors of the pictures on websites for people that are using an inverted screen on their system. 
    - By default, when the extension is activated, it will simply invert the colors of most images and videos
    - "Exception List" Feature : The extensions allows you to add a domain to an exception list (synchronised on your google account). The domains on which the exception  has been toggle will not get their images and videos colors inverted
    - "whole Page Invertion" Feature : The extensions now also supports a new feature to invert a whole page's color  for sites which do have a dark theme. "Whole page color invertion" is also synchronized on your google account.

To enable/disable the extension, click on the extension icon. 
To enable the features, just right-click on the extension icon and select "toggle exclusion for this site" or "toggle whole page color invertion"                    

एक्सटेंशन की मूल जानकारी

नाम Inverto color fixer Inverto color fixer
ID jboljfeobokcppknldbbnhadciblippb
आधिकारिक URL https://chromewebstore.google.com/detail/inverto-color-fixer/jboljfeobokcppknldbbnhadciblippb
विवरण Inverts colors for most images and embeded videos
फ़ाइल का आकार 102 KB
स्थापना संख्या 362
वर्तमान संस्करण 1.3.1.3
अंतिम अपडेट 2020-11-18
प्रकाशन तिथि 2020-06-10
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Sirmyself
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inverto color fixer",
    "short_name": "Inverto",
    "version": "1.3.1.3",
    "description": "Inverts colors for most images and embeded videos",
    "icons": {
        "128": "animation_icon\/1.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "constants.js",
            "invertoFunctions.js",
            "initialize.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "128": "animation_icon\/7.png"
        },
        "default_title": "Invert colors"
    },
    "homepage_url": "https:\/\/www.flaticon.com\/authors\/vectors-market",
    "manifest_version": 2
}