Troll Chrome Images

Troque todas as fotos dos sites por fotos pré-selecionadas

What is Troll Chrome Images?

Troll Chrome Images is a Chrome extension developed by https://fabiohbarbosa.wordpress.com, and its main feature is "Troque todas as fotos dos sites por fotos pré-selecionadas".

Extension Screenshots

screenshot

Download Troll Chrome Images Extension CRX File

Download Troll Chrome Images 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

                        Troll Chrome Images

You can select many pictures from the URL and fill out these images on all the sites that user has been browsing.                    

Extension Basic Information

Name Troll Chrome Images Troll Chrome Images
ID inckbmoillepjbepkldmipolcohhhpdj
Official URL https://chrome.google.com/webstore/detail/troll-chrome-images/inckbmoillepjbepkldmipolcohhhpdj
Description Troque todas as fotos dos sites por fotos pré-selecionadas
File Size 153 KB
Installation Count 127
Current Version 0.5
Last Updated 2019-01-02
Publish Date 2019-01-02
Rating 5.00/5 Total 3 Ratings
Developer https://fabiohbarbosa.wordpress.com
Email [email protected]
Payment Type free
Extension Website https://github.com/fabiohbarbosa/troll-chrome-images
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Troll Chrome Images",
    "description": "Troque todas as fotos dos sites por fotos pr\u00e9-selecionadas",
    "version": "0.5",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/img\/icon.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/img\/icon.png",
        "48": "assets\/img\/icon.png",
        "128": "assets\/img\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "contextMenus"
    ]
}