DeviantArt Filter

Allows configurable filtering/removal of deviations by user and/or keyword on DeviantArt.

DeviantArt Filter क्या है?

DeviantArt Filter Ryan Thaut द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows configurable filtering/removal of deviations by user and/or keyword on DeviantArt."।

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

screenshot
screenshot
screenshot

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

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

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

                        DEVIANTART FILTER FOR GOOGLE CHROME 
> Allows configurable filtering/removal of deviations by user, tag, and/or category on DeviantArt

OVERVIEW
Have you ever want to block/filter deviations (a.k.a. submissions) while browsing DeviantArt? Well now you can!  Just install DeviantArt Filter from the Chrome Web Store  and start filtering by user, tag, and/or category.

Visit the official DeviantArt Filter site for usage instructions, release notes, and more: https://rthaut.github.io/deviantART-Filter/                    

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

नाम DeviantArt Filter DeviantArt Filter
ID odlmamilbohnpnoomjclomghphbajikp
आधिकारिक URL https://chromewebstore.google.com/detail/deviantart-filter/odlmamilbohnpnoomjclomghphbajikp
विवरण Allows configurable filtering/removal of deviations by user and/or keyword on DeviantArt.
फ़ाइल का आकार 486 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 6.2.2
अंतिम अपडेट 2024-01-24
प्रकाशन तिथि 2020-05-24
रेटिंग 3.84/5 कुल 31 रेटिंग्स
डेवलपर Ryan Thaut
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://rthaut.github.io/deviantART-Filter/
सहायता पृष्ठ URL https://github.com/rthaut/deviantART-Filter
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ExtensionName__",
    "description": "__MSG_ExtensionDescription__",
    "version": "6.2.2",
    "short_name": "__MSG_ExtensionShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/rthaut.github.io\/deviantART-Filter",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-38.png",
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png",
            "96": "images\/icon-96.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "__MSG_BrowserActionTitle__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*.deviantart.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.deviantart.com\/*",
        "activeTab",
        "contextMenus",
        "notifications",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "pages\/create-filters.html"
    ],
    "minimum_chrome_version": "49.0"
}