Joe Biden to Joe Budden
Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'
Vad är Joe Biden to Joe Budden?
Joe Biden to Joe Budden är en Chrome-tillägg utvecklad av Netfelix, och dess huvudfunktion är "Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'".
Tilläggsskärmbilder
Ladda ner Joe Biden to Joe Budden-förlängningens CRX-fil
Ladda ner Joe Biden to Joe Budden-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
Restore Alexis de Tocqueville's Platonic ideal of democracy in America by replacing all instances of the phrase "Joe Biden" with "Joe Budden." Grundläggande Information om Tillägg
| Namn | |
| ID | ahonhhielbhejghapbfcojmkbnfkjnjn |
| Officiell webbadress | https://chromewebstore.google.com/detail/joe-biden-to-joe-budden/ahonhhielbhejghapbfcojmkbnfkjnjn |
| Beskrivning | Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.' |
| Filstorlek | 56.49 KB |
| Antal Installationer | 230 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2016-07-14 |
| Publiceringsdatum | 2016-07-13 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Netfelix |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Joe Biden to Joe Budden",
"description": "Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'",
"version": "0.2",
"icons": {
"48": "logo48.png",
"128": "logo128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |