Chrome Cats Inc
Second Extension focusing on the worldwide issue of feline absence!
Wat is Chrome Cats Inc?
Chrome Cats Inc is een Chrome-extensie ontwikkeld door ChromeCats, en de belangrijkste functie is "Second Extension focusing on the worldwide issue of feline absence!".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Cats Inc
Download Chrome Cats Inc-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | aojakjhbmglakfcpjfkloleajbdhbppl |
Officiële URL | https://chromewebstore.google.com/detail/chrome-cats-inc/aojakjhbmglakfcpjfkloleajbdhbppl |
Beschrijving | Second Extension focusing on the worldwide issue of feline absence! |
Bestandsgrootte | 18.15 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2019-02-05 |
Publicatiedatum | 2019-02-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ChromeCats |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Cats Inc", "version": "0.1", "description": "Second Extension focusing on the worldwide issue of feline absence!", "permissions": [ "storage", "declarativeContent", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": "images\/cat48.png" }, "icons": { "16": "images\/cat16.png", "32": "images\/cat32.png", "48": "images\/cat48.png" }, "options_page": "options.html", "manifest_version": 2 } |