Filtering+ for Tumblr

Filter tags or post content via right-click

What is Filtering+ for Tumblr?

Filtering+ for Tumblr is a Chrome extension developed by April Sylph, and its main feature is "Filter tags or post content via right-click".

Extension Screenshots

screenshot
screenshot

Download Filtering+ for Tumblr Extension CRX File

Download Filtering+ for Tumblr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to easily add tags and phrases to your Tumblr account's tag and post content filtering lists. (https://tumblr.zendesk.com/hc/articles/115015814708-Tag-and-Post-Content-Filtering)

Right-click a tag link or a selected phrase to get an option to filter that tag or phrase.
Attempting to filter anything on Tumblr's legacy-powered pages will fail.                    

Extension Basic Information

Name Filtering+ for Tumblr Filtering+ for Tumblr
ID hbadilajmfoikbmpepajoppkfkpjckjm
Official URL https://chromewebstore.google.com/detail/filtering+-for-tumblr/hbadilajmfoikbmpepajoppkfkpjckjm
Description Filter tags or post content via right-click
File Size 10.15 KB
Installation Count 273
Current Version 1.0.1
Last Updated 2022-02-18
Publish Date 2022-02-09
Developer April Sylph
Email [email protected]
Payment Type free
Extension Website https://github.com/AprilSylph/Filtering-Plus#readme
Help Page URL https://github.com/AprilSylph/Filtering-Plus/issues
Privacy Policy Page URL https://github.com/AprilSylph/AprilSylph/blob/master/PRIVACY.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Filtering+ for Tumblr",
    "version": "1.0.1",
    "short_name": "Filtering+",
    "author": "April Sylph",
    "homepage_url": "https:\/\/github.com\/AprilSylph\/Filtering-Plus#readme",
    "description": "Filter tags or post content via right-click",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "minimum_chrome_version": "88"
}