IT'S TIME FOR ALEX!

Alex time...

Was ist IT'S TIME FOR ALEX!?

IT'S TIME FOR ALEX! ist eine Chrome-Erweiterung, die von JordanWelch entwickelt wurde, und ihr Hauptmerkmal ist "Alex time...".

Erweiterungsscreenshots

screenshot
screenshot

IT'S TIME FOR ALEX!-Erweiterungs-CRX-Datei herunterladen

Laden Sie IT'S TIME FOR ALEX!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Just a little project I made for my digital media class in school along with my friends, Alex and Davis. Thank you to the maker of the TIME TO STOP extension and Filthy Frank for the inspiration. No Alexes were harmed in the making of this extension.                    

Grundlegende Informationen zur Erweiterung

Name IT'S TIME FOR ALEX! IT'S TIME FOR ALEX!
ID ibjnjklanhlepfahlbfohminnhinnbmk
Offizielle URL https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk
Beschreibung Alex time...
Dateigröße 15.7 MB
Installationsanzahl 307
Aktuelle Version 1.0
Letztes Update 2019-03-27
Veröffentlichungsdatum 2019-03-27
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler JordanWelch
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "TIME FOR ALEX"
    },
    "content_scripts": [
        {
            "css": [
                "timetostop.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "description": "Alex time... ",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "IT'S TIME FOR ALEX!",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "assets\/*"
    ]
}