Replace Favicon
Confuse your friends by replacing the fav icon
Vad är Replace Favicon?
Replace Favicon är en Chrome-tillägg utvecklad av charlie.mack669, och dess huvudfunktion är "Confuse your friends by replacing the fav icon".
Tilläggsskärmbilder
Ladda ner Replace Favicon-förlängningens CRX-fil
Ladda ner Replace Favicon-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
Randomize the page fav icon and ROTFL as you confuse your friends
Grundläggande Information om Tillägg
Namn | |
ID | akaelkiagnbfcccfnmbimdbplecgbikh |
Officiell webbadress | https://chrome.google.com/webstore/detail/replace-favicon/akaelkiagnbfcccfnmbimdbplecgbikh |
Beskrivning | Confuse your friends by replacing the fav icon |
Filstorlek | 13.64 KB |
Antal Installationer | 100,000 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2015-03-19 |
Publiceringsdatum | 2015-03-19 |
Betyg | 1.71/5 Totalt 55 Betyg |
Utvecklare | charlie.mack669 |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Confuse your friends by replacing the fav icon", "version": "0.1", "name": "Replace Favicon", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/fav.js" ] } ] } |