Nyan Cat Theme for Facebook
Get the unofficial Nyan Cat theme for your Facebook. Complete with logos, color schemes and background images, this extension will…
Hvad er Nyan Cat Theme for Facebook?
Nyan Cat Theme for Facebook er en Chrome-udvidelse udviklet af YaziTipi.com, og dens hovedfunktion er "Get the unofficial Nyan Cat theme for your Facebook. Complete with logos, color schemes and background images, this extension will…".
Udvidelsesskærmbilleder
Download Nyan Cat Theme for Facebook-udvidelses-CRX-fil
Download Nyan Cat Theme for Facebook-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Get the unofficial Nyan Cat theme for your Facebook. Complete with logos, color schemes and background images, this extension will make your Facebook stand out. Download for free now! ** This theme is NOT affiliated with Facebook Inc. or Nyan Cat brand**
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hijjfcnphbekhkfhckgkfapibffiodde |
Officiel URL | https://chrome.google.com/webstore/detail/nyan-cat-theme-for-facebo/hijjfcnphbekhkfhckgkfapibffiodde |
Beskrivelse | Get the unofficial Nyan Cat theme for your Facebook. Complete with logos, color schemes and background images, this extension will… |
Filstørrelse | 556 KB |
Antal Installationer | 148 |
Nuværende Version | 1.18 |
Senest Opdateret | 2018-04-28 |
Udgivelsesdato | 2018-04-28 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | YaziTipi.com |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nyan Cat Theme for Facebook", "version": "1.18", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "header.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "1024.png", "1280.png", "1366.png", "1600.png", "1920.png", "logo.png", "icon.png", "icons\/fb1black.png", "icons\/fb2black.png", "icons\/fb3black.png", "icons\/fb4black.png", "icons\/fb5black.png", "icons\/fb1white.png", "icons\/fb2white.png", "icons\/fb3white.png", "icons\/fb4white.png", "icons\/fb5white.png", "fblogo.png", "bg.png" ], "browser_action": { "default_icon": { "32": "icon.png" } } } |