Chrome Cats Inc
Second Extension focusing on the worldwide issue of feline absence!
Vad är Chrome Cats Inc?
Chrome Cats Inc är en Chrome-tillägg utvecklad av ChromeCats, och dess huvudfunktion är "Second Extension focusing on the worldwide issue of feline absence!".
Tilläggsskärmbilder
Ladda ner Chrome Cats Inc-förlängningens CRX-fil
Ladda ner Chrome Cats Inc-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | aojakjhbmglakfcpjfkloleajbdhbppl |
Officiell webbadress | https://chromewebstore.google.com/detail/chrome-cats-inc/aojakjhbmglakfcpjfkloleajbdhbppl |
Beskrivning | Second Extension focusing on the worldwide issue of feline absence! |
Filstorlek | 18.15 KB |
Antal Installationer | 21 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2019-02-05 |
Publiceringsdatum | 2019-02-04 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | ChromeCats |
Betalningssätt | free |
Stödda Språk | 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 } |